mirror of
https://github.com/obfuscator-llvm/obfuscator
synced 2026-06-08 16:28:34 +00:00
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;
|
|
|