leo/tests/parser/group/both_sign_low.leo

9 lines
128 B
Plaintext
Raw Normal View History

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