1int operator_information(void);
2
3class Foo;
4int operator<<(const Foo&, int);
5
6