Files
clamav/libclamav/c++/llvm/test/TableGen/Include.td
2009-08-31 11:39:46 +03:00

8 lines
86 B
TableGen

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