Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[oota-llvm.git] / test / FrontendC / 2008-01-28-PragmaMark.c
1 // RUN: %llvmgcc -Werror -S %s -o /dev/null
2 #pragma mark LLVM's world
3 #ifdef DO_ERROR
4 #error LLVM's world
5 #endif
6 int i;