tizen 2.3.1 release
[external/bash.git] / tests / new-exp7.sub
1 foo()
2 {
3         echo < <(cat x1)
4 }
5
6 type foo
7
8 declare -f foo
9
10 echo $(declare -f foo | sed 's:foo:bar:')
11 eval "$(declare -f foo | sed 's:foo:bar:')"
12
13 type bar