mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-02 13:03:13 +01:00
[svn r5] Initial commit. Most things are very rough.
This commit is contained in:
13
test/structs2.d
Normal file
13
test/structs2.d
Normal file
@@ -0,0 +1,13 @@
|
||||
module structs2;
|
||||
|
||||
struct S
|
||||
{
|
||||
int i;
|
||||
char c;
|
||||
S* s;
|
||||
char[4] ca;
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user