Sign in
llvm
/
llvm-project
/
clang
/
ad8a64db5b7604f7f0eb57005143f2368c1cafba
/
.
/
test
/
Frontend
/
undef.c
blob: f539cdce1173e16c04c24e1c5d05c1e46b58e947 [
file
] [
log
] [
blame
]
// RUN: %clang -undef -x assembler-with-cpp -E %s
#ifndef
__ASSEMBLER__
#error
"Must be preprocessed as assembler."
#endif