blob: bd13e11b99ddad5ed8d6e2e2bd3f19a2c4f060fd [file] [log] [blame]
Chris Lattnerc32079f2009-03-20 16:16:49 +00001// RUN: clang -x assembler-with-cpp -E %s &&
Daniel Dunbar80302a22008-12-01 19:23:47 +00002// RUN: not clang -x c -E %s
3
4#ifndef __ASSEMBLER__
5#error "__ASSEMBLER__ not defined"
6#endif