diff options
Diffstat (limited to 'clang/test/PCH/libroot/usr/include/reloc.h')
-rw-r--r-- | clang/test/PCH/libroot/usr/include/reloc.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/clang/test/PCH/libroot/usr/include/reloc.h b/clang/test/PCH/libroot/usr/include/reloc.h new file mode 100644 index 0000000..04eeacb --- /dev/null +++ b/clang/test/PCH/libroot/usr/include/reloc.h @@ -0,0 +1,15 @@ +#ifndef RELOC_H +#define RELOC_H + +#include <reloc2.h> + + + + + + + +// Line number 13 below is important +int x = 2; + +#endif // RELOC_H |