brintos

brintos / llvm-project-archived public Read only

0
0
Text · 236 B · 02ffa67 Raw
9 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#else7#define ENABLED8include "prep-diag12-include.inc"9