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