blob: 04aabe9e8c61119cf032030af6da7886ef0a54c1 [file] [log] [blame]
#ifndef FOO
#define FOO
class Foo {
public:
void step(int v);
Foo();
};
#endif