mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-18 01:51:49 +01:00
[svn r5] Initial commit. Most things are very rough.
This commit is contained in:
16
test/cyclic.d
Normal file
16
test/cyclic.d
Normal file
@@ -0,0 +1,16 @@
|
||||
void main()
|
||||
{
|
||||
S t;
|
||||
}
|
||||
|
||||
struct T
|
||||
{
|
||||
int i;
|
||||
S* s;
|
||||
}
|
||||
|
||||
struct S
|
||||
{
|
||||
long i;
|
||||
T* t;
|
||||
}
|
||||
Reference in New Issue
Block a user