xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/dependency-gen.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc //#ifndef DEPENDENCY_GEN_H
2*0a6a1f1dSLionel Sambuc //#define DEPENDENCY_GEN_H
3*0a6a1f1dSLionel Sambuc 
4*0a6a1f1dSLionel Sambuc #include "dependency-gen-included.h"
5*0a6a1f1dSLionel Sambuc 
f()6*0a6a1f1dSLionel Sambuc void f() {
7*0a6a1f1dSLionel Sambuc   g();
8*0a6a1f1dSLionel Sambuc   h();
9*0a6a1f1dSLionel Sambuc }
10*0a6a1f1dSLionel Sambuc 
11*0a6a1f1dSLionel Sambuc //#endif
12