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