leo/tests/parser/statement/return.leo

9 lines
76 B
Plaintext

/*
namespace: ParseStatement
expectation: Pass
*/
return expr;
return
5u8;