bug0013.pp 70 B

123456789
  1. procedure test(w : word);
  2. begin
  3. end;
  4. begin
  5. test(1234);
  6. end.