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

6 lines, 3 significant
1
2# no 'provide'
3
4proc p {
5 echo hi
6}