blob: 566190c733294b39bf901ad8fe810fbcb97aba51 [file]
MODULE tinyconst ;
CONST
Int = 16 ;
Real = 1.0 + Int ;
END tinyconst.