tw4647.pp 127 B

12345678910111213141516
  1. { %fail }
  2. {$mode delphi}
  3. program test;
  4. uses
  5. SysUtils;
  6. procedure shiny;
  7. begin
  8. end;
  9. begin
  10. Format('%s', [shiny()]);
  11. end.