ifndef T1__FOO__HPP_ define T1__FOO__HPP_
class Foo { public:
int foo() { return 42; }
};
endif // T1__FOO__HPP_