diff options
Diffstat (limited to 'clang/test/Modules/Inputs/macro-undef-through-pch/foo.h')
-rw-r--r-- | clang/test/Modules/Inputs/macro-undef-through-pch/foo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/macro-undef-through-pch/foo.h b/clang/test/Modules/Inputs/macro-undef-through-pch/foo.h new file mode 100644 index 00000000000..9d0256bdff2 --- /dev/null +++ b/clang/test/Modules/Inputs/macro-undef-through-pch/foo.h @@ -0,0 +1 @@ +@import A; |