Check that we can refer to the same class we are defining.

llvm-svn: 23541
This commit is contained in:
Chris Lattner 2005-09-30 04:10:17 +00:00
parent 2a6fd61dfc
commit 08321aa8cb
1 changed files with 6 additions and 0 deletions

View File

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