forked from OSchip/llvm-project
Check that we can refer to the same class we are defining.
llvm-svn: 23541
This commit is contained in:
parent
2a6fd61dfc
commit
08321aa8cb
|
@ -0,0 +1,6 @@
|
|||
// RUN: tblgen %s -o -
|
||||
|
||||
class bar {
|
||||
list<bar> x;
|
||||
}
|
||||
|
Loading…
Reference in New Issue