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