leo/tests/compiler/group/both_sign_high.leo

9 lines
128 B
Plaintext

/*
namespace: Compile
expectation: Pass
*/
function main() -> bool {
const element: group = (+, +)group;
return true;
}