llvm-6502/test/CFrontend/2008-01-28-PragmaMark.c
2008-01-29 00:41:29 +00:00

7 lines
120 B
C

// RUN: %llvmgcc -Werror -c %s -o /dev/null
#pragma mark LLVM's world
#ifdef DO_ERROR
#error LLVM's world
#endif
int i;