mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 13:23:14 +01:00
[svn r5] Initial commit. Most things are very rough.
This commit is contained in:
8
test/structinit2.d
Normal file
8
test/structinit2.d
Normal file
@@ -0,0 +1,8 @@
|
||||
module structinit2;
|
||||
|
||||
struct Imp
|
||||
{
|
||||
int i;
|
||||
long l;
|
||||
float f;
|
||||
}
|
||||
Reference in New Issue
Block a user