RosettaCodeData/Task/Variable-size-Set/D/variable-size-set-1.d

3 lines
70 B
D

typedef long[0] zeroLength ;
writefln(zeroLength.sizeof) ; // print 0