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