mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-21 19:41:49 +01:00
[svn r5] Initial commit. Most things are very rough.
This commit is contained in:
11
test/forwdecl.d
Normal file
11
test/forwdecl.d
Normal file
@@ -0,0 +1,11 @@
|
||||
struct S
|
||||
{
|
||||
S* s;
|
||||
S** ss;
|
||||
S*[4] s4;
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
S s;
|
||||
}
|
||||
Reference in New Issue
Block a user