mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 01:48:15 +00:00
9 lines
92 B
TableGen
9 lines
92 B
TableGen
// RUN: llvm-tblgen -I %p %s
|
|
|
|
def BeforeInclude;
|
|
|
|
include "Include.inc"
|
|
|
|
def AfterInclude;
|
|
|