aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2/iso/fail/constsubrange.mod
blob: fc7bf05f9857e2402996ecfe03272efb2f01bac6 (plain)
1
2
3
4
5
6
7
8
MODULE constsubrange ;

VAR
   a, b: [10..20] ;
BEGIN
   a := 10 ;
   b := 1 ;
END constsubrange.