llvm-for-llvmta/tools/clang/test/Modules/Inputs/codegen-flags/foo.h

8 lines
72 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
#ifndef FOO_H
#define FOO_H
struct foo {
};
inline void f1() {
}
#endif