brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · 399af95 Raw
7 lines · c
1// RUN: %clang_cc1 -Werror -emit-llvm %s -o /dev/null2#pragma mark LLVM's world3#ifdef DO_ERROR4#error LLVM's world5#endif6int i;7