Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a9c6441c73686c34fdf5de681bfd81381fd0903c
/
.
/
test
/
Frontend
/
undef.c
blob: f539cdce1173e16c04c24e1c5d05c1e46b58e947 [
file
] [
log
] [
blame
]
Nick Lewycky
a9c6441
2011-06-07 06:07:12 +0000
[
diff
] [
blame^
]
1
// RUN: %clang -undef -x assembler-with-cpp -E %s
2
#ifndef
__ASSEMBLER__
3
#error
"Must be preprocessed as assembler."
4
#endif