1// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s 2 3// CHECK: error: Reached EOF without matching #endif 4// CHECK: error: The latest preprocessor control is here 5#ifdef DISABLED 6#else 7#define ENABLED 8include "prep-diag12-include.inc" 9