Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
compiler-rt
/
test
/
asan
/
TestCases
/
Windows
/
windows_h.cc
blob: 40cf5a10ad4f064d1f1ce72b1fdf210cb6275303 [
file
] [
log
] [
blame
]
// RUN: %clang_cl_asan -O0 %s -Fe%t
// RUN: %run %t
// Just make sure we can parse <windows.h>
#include
<windows.h>
int
main
()
{}