mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
11 lines
131 B
ObjectPascal
11 lines
131 B
ObjectPascal
{ %norun }
|
|
{ %recompile }
|
|
|
|
program test;
|
|
{$UNITPATH tw37095d}
|
|
uses uw37095;
|
|
begin
|
|
writeln('Say hello, unit!');
|
|
UnitHello;
|
|
end.
|