mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 19:33:13 +01:00
[svn r11] added another struct sample
This commit is contained in:
17
test/structs3.d
Normal file
17
test/structs3.d
Normal file
@@ -0,0 +1,17 @@
|
||||
module structs3;
|
||||
|
||||
struct S
|
||||
{
|
||||
float l;
|
||||
char c;
|
||||
}
|
||||
|
||||
struct T
|
||||
{
|
||||
S s;
|
||||
long l;
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user