aboutsummaryrefslogtreecommitdiffstats
path: root/test/lintset.awk
blob: 8d52eeb431fd4a56d0facc46c3ded1cb5933519f (plain)
1
2
3
4
5
BEGIN {
	split("0a", f)	# set f[0] to a strnum that is really a string
	LINT = f[1]	# lint should be enabled
	x = exp("0")	# should generate a warning
}