9 lines
92 B
TableGen
Raw Normal View History

// RUN: llvm-tblgen -I %p %s
def BeforeInclude;
include "Include.inc"
def AfterInclude;