mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
17 lines
96 B
D
17 lines
96 B
D
void main()
|
|
{
|
|
S t;
|
|
}
|
|
|
|
struct T
|
|
{
|
|
int i;
|
|
S* s;
|
|
}
|
|
|
|
struct S
|
|
{
|
|
long i;
|
|
T* t;
|
|
}
|