fpc/tests/webtbs/tw25916b.pp
2014-12-14 17:54:37 +00:00

14 lines
148 B
ObjectPascal

{ %OPT=-Sh}
{$MODE OBJFPC}
{$OPTIMIZATION DFA}
{$HINTS ON}
program test;
procedure TestText(var F: longint);
begin
TestText(F);
end;
begin
end.