Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / type1.sub
1 foo()
2 {
3         echo $(<x1)
4 }
5
6 type foo
7
8 eval "$(declare -f foo | sed 's:foo:bar:')"
9
10 type bar