bug0031.pp 87 B

12345678
  1. var
  2. a : array[boolean] of longint;
  3. begin
  4. a[true]:=1234;
  5. a[false]:=123;
  6. end.