Check that we can refer to the same class we are defining.
authorChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 04:10:17 +0000 (04:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 04:10:17 +0000 (04:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23541 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/ForwardRef.td [new file with mode: 0644]

diff --git a/test/TableGen/ForwardRef.td b/test/TableGen/ForwardRef.td
new file mode 100644 (file)
index 0000000..57de9d2
--- /dev/null
@@ -0,0 +1,6 @@
+// RUN: tblgen %s -o -
+
+class bar {
+  list<bar> x;
+}
+