leo/tests/compiler/group/no_space_between_literal.leo

9 lines
116 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() -> group {
const g: group = (0,1) group;
return g;
}