aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/Include.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-30 20:55:37 +0000
committerChris Lattner <sabre@nondot.org>2003-07-30 20:55:37 +0000
commitdfe9a70c6675dc2f6c15234bcd112ed0cd7026f3 (patch)
tree9bf4cabf54e8f7ef49b94815ef45d73ed6429c35 /test/TableGen/Include.td
parentbe6bf5668c386fafbd0a7e1b1305b9ac6ab60ce2 (diff)
downloadexternal_llvm-dfe9a70c6675dc2f6c15234bcd112ed0cd7026f3.zip
external_llvm-dfe9a70c6675dc2f6c15234bcd112ed0cd7026f3.tar.gz
external_llvm-dfe9a70c6675dc2f6c15234bcd112ed0cd7026f3.tar.bz2
Add test of file inclusion capability for bugpoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/Include.td')
-rw-r--r--test/TableGen/Include.td7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td
new file mode 100644
index 0000000..2618d57
--- /dev/null
+++ b/test/TableGen/Include.td
@@ -0,0 +1,7 @@
+
+def BeforeInclude;
+
+include "Include.inc"
+
+def AfterInclude;
+