mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
12 lines
75 B
D
12 lines
75 B
D
struct S
|
|
{
|
|
S* s;
|
|
S** ss;
|
|
S*[4] s4;
|
|
}
|
|
|
|
void main()
|
|
{
|
|
S s;
|
|
}
|