mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-12 14:05:00 +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;
|
|
|