fpc/tests/tbs/tb0010.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

12 lines
100 B
ObjectPascal

{ Old file: tbs0013.pp }
{ }
procedure test(w : word);
begin
end;
begin
test(1234);
end.