Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
TableGen
/
unterminated-code-block.td
blob: 5bd4cd7e17d827cd785d44fb2a7b2fb1c940424f [
file
] [
log
] [
blame
]
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
// CHECK: error: unterminated code block
include
"unterminated-code-block-include.inc"
}]>;