diff options
Diffstat (limited to 'test/asan/TestCases/Windows/windows_h.cc')
-rw-r--r-- | test/asan/TestCases/Windows/windows_h.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/asan/TestCases/Windows/windows_h.cc b/test/asan/TestCases/Windows/windows_h.cc new file mode 100644 index 0000000000000..40cf5a10ad4f0 --- /dev/null +++ b/test/asan/TestCases/Windows/windows_h.cc @@ -0,0 +1,7 @@ +// RUN: %clang_cl_asan -O0 %s -Fe%t +// RUN: %run %t + +// Just make sure we can parse <windows.h> +#include <windows.h> + +int main() {} |