fpc/bugs/bug0168.pp
1998-10-05 13:00:39 +00:00

7 lines
69 B
ObjectPascal

var bset: set of 0..31;
b: byte;
Begin
bset := bset + b;
End.