tunit1.pp 84 B

1234567
  1. uses
  2. erroru,tunit2;
  3. begin
  4. if testvar<>1234567 then
  5. do_error(1000);
  6. end.