blob: 0b3ac17df32ab5c731181148086fa96ba5642878 [file] [log] [blame]
Bill Wendling2847f8b2008-01-29 00:41:29 +00001// 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
6int i;