1 #ifndef FOO 2 #define FOO 3 4 class Foo { 5 public: 6 void step(int v); 7 Foo(); 8 }; 9 10 #endif 11