OILS
/
spec
/
testdata
/
module2
/ parse-error.ysh
View on Github
|
oilshell.org
6 lines, 4 significant
1
2
const __provide__ = :| foo |
3
4
proc foo {
5
echo )
6
}