xref: /llvm-project/clang/test/Modules/Inputs/codegen-flags/foo.h (revision 31b05692cd33b6dcc39402169b36d895e1aa87f4)
1 #ifndef FOO_H
2 #define FOO_H
3 struct foo {
4 };
f1()5 inline void f1() {
6 }
7 #endif
8