blob: 0e58377e3036c2a2d5352d38254d5f8bcc35083c [file] [log] [blame]
MODULE badconst ;
CONST
foo = 1 ;
BEGIN
IF Foo = 1
THEN
END
END badconst.