leo/tests/compiler/integers/u8/max_fail.leo

9 lines
89 B
Plaintext
Raw Normal View History

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