mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
78a1609fa2
llvm-svn: 141294
9 lines
109 B
TableGen
9 lines
109 B
TableGen
// RUN: llvm-tblgen -I %p %s
|
|
// XFAIL: vg_leak
|
|
def BeforeInclude;
|
|
|
|
include "Include.inc"
|
|
|
|
def AfterInclude;
|
|
|