(root)/
gcc-13.2.0/
gcc/
testsuite/
gm2/
projects/
log/
run/
pass/
hello/
hello.mod
MODULE hello ;

FROM InOut IMPORT WriteString, WriteLn ;

BEGIN
   WriteString ("hello world from the pim compatible libraries") ; WriteLn
END hello.