bug0168.pp 69 B

123456
  1. var bset: set of 0..31;
  2. b: byte;
  3. Begin
  4. bset := bset + b;
  5. End.