]> git.proxmox.com Git - rustc.git/blob - src/compiler-rt/test/asan/TestCases/Windows/windows_h.cc
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / asan / TestCases / Windows / windows_h.cc
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
7 int main() {}