mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 17:06:15 +00:00
Add a test that you can forward ref a class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23547 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a28405089
commit
46dab2cb0a
@ -4,3 +4,12 @@ class bar {
|
|||||||
list<bar> x;
|
list<bar> x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class foo;
|
||||||
|
class foo;
|
||||||
|
|
||||||
|
class baz { list<foo> y; }
|
||||||
|
|
||||||
|
class foo {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user