leo/tests/compiler/integers/u64/max_fail.leo
2022-10-05 16:53:49 -07:00

11 lines
146 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
program test.aleo {
function main() {
const a: u64 = 18446744073709551616u64;
}
}