summaryrefslogtreecommitdiff
path: root/test/uninit3.awk
blob: d0140d5495061b91731890258484c5157770f361 (plain)
1
2
3
4
5
6
7
function f(x){
	print x
}

BEGIN {
	f(x)
}