brintos

brintos / llvm-project-archived public Read only

0
0
Text · 199 B · 733a46a Raw
10 lines · plain
1// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s2 3// CHECK: error: reached EOF without matching #endif4// CHECK: error: the latest preprocessor control is here5#ifdef DISABLED6/*7#else8#endif9*/10