(root)/
gcc-13.2.0/
gcc/
testsuite/
gm2/
link/
pimc/
pass/
testlibc.mod
(* testlibc a trivial test for the existence of libc.  *)

MODULE testlibc ;


FROM libc IMPORT exit ;

BEGIN
   exit (0)
END testlibc.