plain.test (83B)
1 input() { 2 type ls 3 } 4 5 output() { 6 echo "ls is ls" 7 } 8 9 process() { 10 cat - 11 }