leo/tests/parser/group/both_sign_low.leo
2022-08-01 14:30:05 -07:00

9 lines
128 B
Plaintext

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