leo/tests/compiler/integers/u128/min_fail.leo

11 lines
130 B
Plaintext
Raw Normal View History

/*
namespace: Compile
expectation: Fail
*/
2022-10-06 02:53:49 +03:00
program test.aleo {
function main() {
const a: u128 = -1u128;
}
}