fpc/tests/webtbs/tw3402.pp
yury ee1e6eb4ea * Add %delfiles for proper clean-up.
git-svn-id: branches/targetandroid@23495 -
2013-01-22 16:58:30 +00:00

22 lines
319 B
ObjectPascal

{ %norun }
{ %needlibrary }
{ %skiptarget=go32v2 }
{ %opt=-Cg }
{ %delfiles=tw3402 }
{ Source provided for Free Pascal Bug Report 3402 }
{ Submitted by "Layton Davis" on 2004-11-26 }
{ e-mail: layton@layton.tk }
library test;
var
tic : integer;
procedure SetTic(num:integer);
begin
tic := num;
end;
begin
end.