mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 18:18:09 +08:00
7 lines
139 B
C
7 lines
139 B
C
// RUN: clang -x assembler-with-cpp -E %s &&
|
|
// RUN: not clang -x c -E %s
|
|
|
|
#ifndef __ASSEMBLER__
|
|
#error "__ASSEMBLER__ not defined"
|
|
#endif
|