Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint
[git/debian.git] / t / t4018 / bash-nested-functions
blob2c9237ead42598a639962d590373620e2f304507
1 outer() {
2     RIGHT() {
3         :
4         echo 'ChangeMe'
5     }