(root)/
gcc-13.2.0/
gcc/
testsuite/
gm2/
switches/
whole-program/
pass/
run/
hello2.mod
MODULE hello2 ;

FROM StrIO IMPORT WriteString, WriteLn ;

BEGIN
   WriteString ("hello world") ; WriteLn
END hello2.