11 lines
132 B
Plaintext
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"
|
|
/
|