summaryrefslogtreecommitdiff
path: root/test/Frontend/undef.c
blob: f539cdce1173e16c04c24e1c5d05c1e46b58e947 (plain)
1
2
3
4
// RUN: %clang -undef -x assembler-with-cpp -E %s
#ifndef __ASSEMBLER__
#error "Must be preprocessed as assembler."
#endif