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