summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw3402.pp
blob: 89d4afa4aba364832265c5427d19d305566ba74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ %norun }
{ %skiptarget=go32v2 }
{ %opt=-Cg }

{ 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.