foo.h 72 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #ifndef FOO_H #define FOO_H struct foo { }; inline void f1() { } #endif