#ifndef COMMON_H_IN #define COMMON_H_IN struct Foo { int foo() { return 15; } }; #endif // COMMON_H_IN