leo/compiler/tests/integers/i128/no_space_between_literal.leo
2021-04-05 12:59:08 -04:00

3 lines
39 B
Plaintext

function main() {
const i = 1 i128;
}