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