RosettaCodeData/Task/Variable-size-Set/D/variable-size-set-1.d
2023-07-01 13:44:08 -04:00

2 lines
70 B
D

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