Files
ldc/test/structinit2.d
2007-09-01 21:43:27 +02:00

9 lines
72 B
D

module structinit2;
struct Imp
{
int i;
long l;
float f;
}