Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gm2
/
pim
/
fail
/
tinyconst.mod
blob: 566190c733294b39bf901ad8fe810fbcb97aba51 [
file
]
MODULE tinyconst
;
CONST
Int
=
16
;
Real
=
1.0
+
Int
;
END
tinyconst
.