aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2/pim/fail/tinyconst.mod
blob: 566190c733294b39bf901ad8fe810fbcb97aba51 (plain)
1
2
3
4
5
6
MODULE tinyconst ;
CONST
   Int = 16 ;
   Real = 1.0 + Int ;

END tinyconst.