aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2/iso/const/fail/testre.mod
blob: 60ecde5e6ae5a70a3324de80742159d7b981c041 (plain)
1
2
3
4
5
6
7
8
9
10
MODULE testre ;

CONST
   foo = RE (cmplx) ;

VAR
   cmplx: COMPLEX ;
BEGIN

END testre.