xref: /llvm-project/clang/test/Misc/win32-elf.c (revision 99b2581a4b162b718925b791433faaa108745a90)
1 // Check that basic use of win32-elf targets works.
2 // RUN: %clang -fsyntax-only -target x86_64-pc-win32-elf %s
3 
4 // RUN: %clang -fsyntax-only -target x86_64-pc-win32-elf -g %s -### 2>&1 | FileCheck %s -check-prefix=DEBUG-INFO
5 // DEBUG-INFO: -dwarf-version={{.*}}
6