blob: 0b3ac17df32ab5c731181148086fa96ba5642878 [file] [log] [blame]
// RUN: %llvmgcc -Werror -c %s -o /dev/null
#pragma mark LLVM's world
#ifdef DO_ERROR
#error LLVM's world
#endif
int i;