OILS / spec / testdata / module2 / parse-error.ysh View on Github | oilshell.org

6 lines, 4 significant
1
2const __provide__ = :| foo |
3
4proc foo {
5 echo )
6}