bug0102.pp 174 B

12345678910111213141516
  1. unit bug0102;
  2. interface
  3. implementation
  4. procedure int_help_constructor;
  5. begin
  6. asm
  7. movem.l d0-a7,-(sp)
  8. end;
  9. end;
  10. end.