source: vendor/bash/3.1-p17/tests/func2.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 134 bytes
Line 
1funca() (
2 echo func-a
3)
4
5funcb() ( echo func-b )
6
7funcc() (
8 echo func-c
9) 2>&1
10
11type funca
12type funcb
13type funcc
14
15funca
16funcb
17funcc
Note: See TracBrowser for help on using the repository browser.