5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
contract C =
|
|
entrypoint f() =
|
|
let z = 123
|
|
{}{ [1 = 0] = z + 1 }
|
|
2 |