xref: /minix3/external/bsd/llvm/dist/clang/test/PCH/libroot/usr/include/reloc.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 #ifndef RELOC_H
2 #define RELOC_H
3 
4 #include <reloc2.h>
5 
6 
7 
8 
9 
10 
11 
12 // Line number 13 below is important
13 int x = 2;
14 
15 #endif // RELOC_H
16