bug0103.pp 107 B

12345678
  1. Var
  2. out: boolean;
  3. int: byte;
  4. Begin
  5. { savesize is different! }
  6. out:=boolean((int AND $20) SHL 4);
  7. end.