1// RUN: %clang_cl_asan %Od %s %Fe%t
2// RUN: %run %t
3
4// Just make sure we can parse <windows.h>
5#include <windows.h>
6
7int main() {}
8

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of compiler-rt/test/asan/TestCases/Windows/windows_h.cpp