Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
TableGen
/
prep-diag12.td
blob: 02ffa672b2fa050dd5c911d5cbd94234dce0cda1 [
file
] [
log
] [
blame
]
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
// CHECK: error: reached EOF without matching #endif
// CHECK: error: the latest preprocessor control is here
#ifdef
DISABLED
#else
#define
ENABLED
include
"prep-diag12-include.inc"