leo/disabled_tests/compiler/integers/u8/max_fail.leo

9 lines
87 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
const a: u8 = 256;
}