Chris Lattner | c32079f | 2009-03-20 16:16:49 +0000 | [diff] [blame^] | 1 | // RUN: clang -x assembler-with-cpp -E %s && |
Daniel Dunbar | 80302a2 | 2008-12-01 19:23:47 +0000 | [diff] [blame] | 2 | // RUN: not clang -x c -E %s |
3 | |||||
4 | #ifndef __ASSEMBLER__ | ||||
5 | #error "__ASSEMBLER__ not defined" | ||||
6 | #endif |