Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
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