(root)/
gcc-13.2.0/
gcc/
testsuite/
gm2/
pim/
fail/
constvar.mod
MODULE constvar ;

VAR
   a: CARDINAL ;

CONST
   b = a ;

END constvar.