leo/tests/compiler/integers/i8/no_space_between_literal.leo
2021-05-03 17:28:53 +03:00

8 lines
81 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
const i = 1 i8;
}