OILS / spec / testdata / module2 / bad-provide.ysh View on Github | oilshell.org

6 lines, 4 significant
1
2const __provide__ = ['not defined', 42]
3
4proc p {
5 echo hi
6}