leo/compiler/tests/u32/1-1.leo

4 lines
46 B
Plaintext
Raw Normal View History

2020-05-02 08:10:40 +03:00
function main() -> (u32) {
return 1 - 1
}