lang0/tests/parsingpredeclaredfunction0.lang0
2025-02-09 15:03:47 +01:00

11 lines
132 B
Plaintext

func/
main:
check func : "The function should return 1, even though it is not defined yet"
emit "Success"
/
func:
return "1"
/