diff options
Diffstat (limited to 'clang/test/PCH/pth.h')
-rw-r--r-- | clang/test/PCH/pth.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/clang/test/PCH/pth.h b/clang/test/PCH/pth.h new file mode 100644 index 0000000..9ae7021 --- /dev/null +++ b/clang/test/PCH/pth.h @@ -0,0 +1,12 @@ +// This case came up when using PTH with Boost (<rdar://problem/8227989>). + +# ifndef R8227989_PREPROCESSOR_CONFIG_CONFIG_HPP +# ifndef R8227989_PP_CONFIG_FLAGS +# endif +# +# ifndef R8227989_PP_CONFIG_ERRORS +# ifdef NDEBUG +# endif +# endif +# endif + |