source: trunk/essentials/sys-apps/gawk/test/prmreuse.awk

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

gawk 3.1.5

File size: 216 bytes
Line 
1# from Pat Rankin, rankin@eql.caltech.edu, now rankin@pactechdata.com
2
3BEGIN { dummy(1); legit(); exit }
4
5function dummy(arg)
6{
7 return arg
8}
9
10function legit( scratch)
11{
12 split("1 2 3", scratch)
13 return ""
14}
Note: See TracBrowser for help on using the repository browser.