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

include "Include.inc"

def AfterInclude;