xref: /llvm-project/clang/test/Modules/Inputs/dependency-gen-included.h (revision 54cc3c2f231846e110dcfbc04ff52f266aa6dfb9)
1 //#ifndef DEPENDENCY_GEN_INCLUDED_H
2 //#define DEPENDENCY_GEN_INCLUDED_H
3 
4 #include "Inputs/dependency-gen-included2.h"
5 
g()6 void g() {
7 }
8 
9 //#endif
10