xref: /llvm-project/llvm/test/TableGen/unterminated-code-block.td (revision a18af41c20ac9ca22e3c95da3d71475f9f6c31b5)
1// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
2
3// CHECK: error: unterminated code block
4
5include "unterminated-code-block-include.inc" }]>;
6