summaryrefslogtreecommitdiff
path: root/tests/tbs/tb0010.pp
blob: f1e4b2dc4dfccc5e3fb718adb3ff469b1f5f35ce (plain)
1
2
3
4
5
6
7
8
9
10
11
{ Old file: tbs0013.pp }
{  }

procedure test(w : word);

  begin
  end;

begin
   test(1234);
end.