From: Chris Lattner Date: Fri, 30 Sep 2005 04:10:17 +0000 (+0000) Subject: Check that we can refer to the same class we are defining. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=57a7db6cdb4cdc6346415df742e4ce1eaf27d36a;p=oota-llvm.git Check that we can refer to the same class we are defining. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23541 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/TableGen/ForwardRef.td b/test/TableGen/ForwardRef.td new file mode 100644 index 00000000000..57de9d25c8d --- /dev/null +++ b/test/TableGen/ForwardRef.td @@ -0,0 +1,6 @@ +// RUN: tblgen %s -o - + +class bar { + list x; +} +