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

3 lines
38 B
Plaintext

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