brintos

brintos / llvm-project-archived public Read only

0
0
Text · 132 B · 651fb97 Raw
8 lines · cpp
1// RUN: %clang_cl_asan %Od %s %Fe%t2// RUN: %run %t3 4// Just make sure we can parse <windows.h>5#include <windows.h>6 7int main() {}8