xref: /llvm-project/clang/test/PCH/Inputs/libroot/usr/include/reloc2.h (revision 2a15ffa2bf48a9804abcd5c1af011e712d5d1673)
1 #ifndef RELOC2_H
2 #define RELOC2_H
3 #include <stddef.h>
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 // Line number below is important!
14 int y = 2;
15 #endif // RELOC2_H
16