aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/assembler-with-cpp.c
blob: bd13e11b99ddad5ed8d6e2e2bd3f19a2c4f060fd (plain)
1
2
3
4
5
6
// RUN: clang -x assembler-with-cpp -E %s &&
// RUN: not clang -x c -E %s

#ifndef __ASSEMBLER__
#error "__ASSEMBLER__ not defined"
#endif