aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.delete3
blob: 73ab00ff14ed89362333c8c26d9b8d5d65874402 (plain)
1
2
3
4
5
6
7
{ x[$1] = $1
  delete x[$1]
  n = 0
  for (i in x) n++
  if (n != 0)
	print "error", n, "at", NR
}