leo/tests/pass/parse/integers/u16/max_fail.leo
2021-03-03 09:59:24 -08:00

3 lines
43 B
Plaintext

function main() {
let a: u16 = 65536;
}