4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
contract MissingDefinition =
|
|
entrypoint foo : int => int
|
|
entrypoint main() = foo(0)
|