1 2 3 4 5 6 7 8 9 10
#ifndef FOOBAR2000_H #define FOOBAR2000_H class Baz { public: Baz() {} }; #endif // FOOBAR2000_H