mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 16:07:49 +00:00
Add a test that you can forward ref a class.
llvm-svn: 23547
This commit is contained in:
parent
c0830ec129
commit
cf324a5462
@ -4,3 +4,12 @@ class bar {
|
||||
list<bar> x;
|
||||
}
|
||||
|
||||
class foo;
|
||||
class foo;
|
||||
|
||||
class baz { list<foo> y; }
|
||||
|
||||
class foo {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user