git/t/t4018/bash-nested-functions

7 lines
66 B
Plaintext

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