mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
dd65c56c8c
llvm-svn: 194352
9 lines
92 B
TableGen
9 lines
92 B
TableGen
// RUN: llvm-tblgen -I %p %s
|
|
|
|
def BeforeInclude;
|
|
|
|
include "Include.inc"
|
|
|
|
def AfterInclude;
|
|
|