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

CONST
   foo = INT (r) ;

VAR
   r: REAL ;
BEGIN

END testint.