Blame test/lintset.awk

Packit 575503
BEGIN {
Packit 575503
	split("0a", f)	# set f[0] to a strnum that is really a string
Packit 575503
	LINT = f[1]	# lint should be enabled
Packit 575503
	x = exp("0")	# should generate a warning
Packit 575503
}