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

3 lines
37 B
Plaintext

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