leo/tests/expectations/parser/functions/bounded_recursion.out
2022-07-28 14:14:25 -07:00

6 lines
328 B
Plaintext

---
namespace: Parse
expectation: Fail
outputs:
- "Error [EPAR0370022]: Expression statements are not supported.\n --> test:5:9\n |\n 5 | x(y+1u32);\n | ^^^^^^^^^^\nError [EPAR0370022]: Expression statements are not supported.\n --> test:10:5\n |\n 10 | x(1u32);\n | ^^^^^^^^"