summaryrefslogtreecommitdiff
path: root/test/TableGen/Include.td
blob: 8783638f0c61fa8f16b00fc6e9f35c45ee766012 (plain)
1
2
3
4
5
6
7
8
// RUN: llvm-tblgen -I %p %s
// XFAIL: vg_leak
def BeforeInclude;

include "Include.inc"

def AfterInclude;