ub0158a.pp 225 B

12345678910111213
  1. unit ub0158a;
  2. interface
  3. uses ub0158b;
  4. implementation
  5. { should give "duplicate identifier error", because already used in the }
  6. { interface }
  7. uses ub0158b;
  8. end.