summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw4647.pp
blob: 68d91c2889cc050fa66745000e1f41a844f5c464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ %fail }

{$mode delphi}
program test;

uses
  SysUtils;

procedure shiny;
begin
end;

begin
  Format('%s', [shiny()]);
end.