224 B
224 B
module_constant_def_ok
CONSTANT: $TYPE = $VAL0
@exported
def testEntry() -> i32:
return 0
module_constant_def_bad
CONSTANT: $OTHER_TYPE = $VAL0
@exported
def testEntry() -> i32:
return 0