diff options
Diffstat (limited to 'clang/test/Index/pch-warn-as-error-code-split.h')
-rw-r--r-- | clang/test/Index/pch-warn-as-error-code-split.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Index/pch-warn-as-error-code-split.h b/clang/test/Index/pch-warn-as-error-code-split.h new file mode 100644 index 00000000000..5893ee2a3f7 --- /dev/null +++ b/clang/test/Index/pch-warn-as-error-code-split.h @@ -0,0 +1,4 @@ + +static void foo_head() { + int x; +} |