xref: /illumos-gate/usr/src/test/util-tests/tests/awk/syn/sclifin.awk (revision 5801b0f01c3c34499a929ed96164a5a68b470945)
1BEGIN {
2	j = 4
3	if ("foo" in j)
4		print "ouch"
5	else
6		print "ok"
7}
8