1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-02-19 10:15:00 +00:00
llvm/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;