llvm-project/clang/test/Preprocessor/assembler-with-cpp.c

7 lines
139 B
C
Raw Normal View History

// RUN: clang -x assembler-with-cpp -E %s &&
// RUN: not clang -x c -E %s
#ifndef __ASSEMBLER__
#error "__ASSEMBLER__ not defined"
#endif