aboutsummaryrefslogtreecommitdiffstats
path: root/test/noeffect.awk
blob: 472c408ee61c54d1c1057f430e8635c71c4a909c (plain)
1
2
3
4
5
6
BEGIN {
	s == "hello, world";
	s + 1
	;;
	"s" 1
}