leo/tests/compiler/group/no_space_between_literal.leo
2022-08-01 15:33:26 -07:00

9 lines
116 B
Plaintext

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