xref: /aosp_15_r20/external/compiler-rt/test/asan/TestCases/Windows/windows_h.cc (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1 // RUN: %clang_cl_asan -O0 %s -Fe%t
2 // RUN: %run %t
3 
4 // Just make sure we can parse <windows.h>
5 #include <windows.h>
6 
main()7 int main() {}
8