xref: /illumos-gate/usr/src/test/util-tests/tests/awk/syn/badbuild.awk (revision a629ded1d7b2e67c2028ccbc5ba9099328cc4e1b)
1$1 == $2 == $3 {
2	print "Gawk was built incorrectly."
3	print "Use bison, not byacc or something else!"
4	print "(Really, why aren't you using the awkgram.c in the distribution?)"
5	exit 42
6}
7