leo/compiler/tests/u32/1-2.leo
2020-05-01 22:10:40 -07:00

5 lines
91 B
Plaintext

// This program should panic at compilation.
function main() -> (u32) {
return 1 - 2
}