Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
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"
}]>;