tw37095.pp 131 B

12345678910
  1. { %norun }
  2. { %recompile }
  3. program test;
  4. {$UNITPATH tw37095d}
  5. uses uw37095;
  6. begin
  7. writeln('Say hello, unit!');
  8. UnitHello;
  9. end.