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

5 lines
91 B
Plaintext
Raw Normal View History

2020-05-02 08:10:40 +03:00
// This program should panic at compilation.
function main() -> (u32) {
return 1 - 2
}