leo/tests/compiler/group/mult_by_group_fail.leo

9 lines
134 B
Plaintext
Raw Normal View History

2022-05-06 01:44:33 +03:00
/*
namespace: Compile
expectation: Fail
input_file: inputs/one.in
*/
function main(a: group) -> group {
return (_, _)group * a;
}