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