xref: /llvm-project/clang/test/Modules/Inputs/codegen-nodep/foo.h (revision 1ac9c98e6c40d9a1e6cb904b414161388af4a89c)
1 template <typename T>
foot()2 void foot() {
3 }
foo()4 inline void foo() {
5 }
6 
7 template <typename T>
8 struct bart {
9 };
10 struct bar {
11 };
12