tw3114.pp 248 B

1234567891011121314151617181920
  1. { %fail }
  2. { Source provided for Free Pascal Bug Report 3114 }
  3. { Submitted by "Maarten Bekers" on 2004-05-23 }
  4. { e-mail: [email protected] }
  5. unit tw3114;
  6. {$mode delphi}
  7. interface
  8. function whee();
  9. implementation
  10. function whee();
  11. begin
  12. end;
  13. end.