fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / FrontendC / 2008-01-28-PragmaMark.c
blob6a4b5b52ff2f7133de53591d79bc0bdd1d011876
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;