xref: /llvm-project/clang/test/Frontend/undef.c (revision a6820332b35369f1a0d9afe1fe80532601296d49)
1*a6820332SNick Lewycky // RUN: %clang -undef -x assembler-with-cpp -E %s
2*a6820332SNick Lewycky #ifndef __ASSEMBLER__
3*a6820332SNick Lewycky #error "Must be preprocessed as assembler."
4*a6820332SNick Lewycky #endif
5