blob: f539cdce1173e16c04c24e1c5d05c1e46b58e947 [file] [log] [blame]
Nick Lewyckya9c64412011-06-07 06:07:12 +00001// RUN: %clang -undef -x assembler-with-cpp -E %s
2#ifndef __ASSEMBLER__
3#error "Must be preprocessed as assembler."
4#endif