fpc/tests/test/tnamesp2.pp
2023-07-26 09:55:12 +02:00

8 lines
79 B
ObjectPascal

{$NAMESPACES nt2,nt}
uses nst,nst2;
begin
hellothere;
hellothereToo;
end.