(root)/
gcc-13.2.0/
gcc/
testsuite/
gm2/
errors/
fail/
testnil.mod
MODULE testnil ;

VAR
   c: CARDINAL ;
BEGIN
   c := NIL
END testnil.