2023-11-11 12:02:37 +01:00

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