summaryrefslogtreecommitdiff
path: root/test/badbuild.awk
blob: 12a6caebadfca4857e0f153fc69d86417e7f852a (plain)
1
2
3
4
5
6
$1 == $2 == $3 {
	print "Gawk was built incorrectly."
	print "Use bison, not byacc or something else!"
	print "(Really, why aren't you using the awkgram.c in the distribution?)"
	exit 42
}