blob: 2c2bd8df9787eb199a24964e2bf4989790e5ec71 [file] [log] [blame]
Daniel Dunbar5bea06a2008-12-01 19:23:47 +00001// RUN: clang -E %s &&
2// RUN: not clang -x c -E %s
3
4#ifndef __ASSEMBLER__
5#error "__ASSEMBLER__ not defined"
6#endif