summaryrefslogtreecommitdiff
path: root/llvm/test/TableGen/unterminated-code-block.td
blob: d6b6f50827a67259804314efa2e97cfba33cbe0d (plain)
1
2
3
4
5
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s

// CHECK: error: Unterminated code block

include "unterminated-code-block-include.inc" }]>;