Sign in
ara-mdk
/
platform
/
external
/
clang
/
f72663fc962c1c27a4793ebd3d2e3d81a4f4e984
/
.
/
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