blob: 399af958fcf1ff321e048614e5f764e5fe935410 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -Werror -emit-llvm %s -o /dev/null
2#pragma mark LLVM's world
3#ifdef DO_ERROR
4#error LLVM's world
5#endif
6int i;