blob: 561688b403f7da46b05a57f0454e55907b2f60ad [file] [log] [blame]
MODULE testabs ;
CONST
foo = ABS (i + 1) ;
VAR
i: INTEGER ;
BEGIN
END testabs.