Sign in
llvm
/
llvm-project
/
c9f03b8c6ece968a6a413f5ea3a33e23f0aed5ef
/
.
/
llvm
/
test
/
TableGen
/
prep-diag13.td
blob: 733a46a161813188bdc0e81a73f14654565a70e2 [
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
#endif
*/