summaryrefslogtreecommitdiff
path: root/tests/headers/operator.hpp
blob: 186f1fe683b885e6470f27a77d29df181fe98153 (plain)
1
2
3
4
5
int operator_information(void);

class Foo;
int operator<<(const Foo&, int);