Blame test/lintset.awk

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