For PR1338: Rename test dirs
[oota-llvm.git] / test / FrontendC / 2008-01-28-PragmaMark.c
1 // RUN: %llvmgcc -Werror -c %s -o /dev/null
2 #pragma mark LLVM's world
3 #ifdef DO_ERROR
4 #error LLVM's world
5 #endif
6 int i;