summaryrefslogtreecommitdiff
path: root/test/TableGen/Include.td
blob: 29ed5150c622c7082f7c4a3016433d5badc57e79 (plain)
1
2
3
4
5
6
7
// RUN: tblgen -I %p %s
def BeforeInclude;

include "Include.inc"

def AfterInclude;