1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 7be456ae2f
commit d565abab5f

View File

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