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