summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/prmreuse.awk
blob: 37e06f5938f0241c5c46123278678e8f4af122d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# from Pat Rankin, rankin@eql.caltech.edu

BEGIN { dummy(1); legit(); exit }

function dummy(arg)
{
	return arg
}

function legit(         scratch)
{
	split("1 2 3", scratch)
	return ""
}
OpenPOWER on IntegriCloud