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

5 lines
89 B
Plaintext

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