leo/tests/compiler/group/no_space_between_literal.leo
2022-10-05 16:53:49 -07:00

11 lines
158 B
Plaintext

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