aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2/iso/const/pass/constcast.mod
blob: 21ffd47b44bd0a58672108ff831f36b29fc1d3b8 (plain)
1
2
3
4
5
6
7
8
MODULE constcast ;

FROM SYSTEM IMPORT CAST ;

CONST Nil = CAST (PROC, NIL) ;

BEGIN
END constcast.