1 #ifndef FOO_H
2 #define FOO_H
3 struct foo {
4 };
f1()5 inline void f1() {
6 }
7 #endif
8