diff options
Diffstat (limited to 'clang/test/PCH/line-directive.h')
-rw-r--r-- | clang/test/PCH/line-directive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/PCH/line-directive.h b/clang/test/PCH/line-directive.h new file mode 100644 index 0000000..c5594b4 --- /dev/null +++ b/clang/test/PCH/line-directive.h @@ -0,0 +1,2 @@ +#line 25 "line-directive.c" +int x; |