~vcs-imports/gawk/master

1
2
3
4
5
BEGIN {
	s == "hello, world";
	s + 1
	;;
}