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
This commit is contained in:
Chris Lattner 2005-09-30 04:10:17 +00:00
parent 0d0b73e9f8
commit 57a7db6cdb

View File

@ -0,0 +1,6 @@
// RUN: tblgen %s -o -
class bar {
list<bar> x;
}