sophia/test/contracts/toplevel_let.aes
2020-03-26 20:09:03 +01:00

3 lines
75 B
Plaintext

contract C =
let this_is_illegal = 2/0
entrypoint this_is_legal() = 2/0