leo/tests/compiler/group/both_sign_low.leo

9 lines
128 B
Plaintext

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