leo/tests/compiler/integers/u8/min_fail.leo

9 lines
88 B
Plaintext
Raw Normal View History

2021-05-05 18:29:44 +03:00
/*
namespace: Compile
expectation: Fail
*/
function main() {
const a: u8 = -1u8;
2021-05-05 18:29:44 +03:00
}