8 lines
72 B
C
8 lines
72 B
C
#ifndef FOO_H
|
|
#define FOO_H
|
|
struct foo {
|
|
};
|
|
inline void f1() {
|
|
}
|
|
#endif
|