git/t/t4018/bash-nested-functions

outer() {
    RIGHT() {
        :
        echo 'ChangeMe'
    }
}