3 lines
53 B
D
3 lines
53 B
D
|
|
struct Empty { }
|
||
|
|
writefln(Empty.sizeof) ; // print 1
|