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