aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile13.awk
blob: dc090ae9b7e1e952acba368a6d30ff24ea401585 (plain)
1
2
3
4
BEGIN {
	printf "hello\n"  > "/dev/stderr"
	printf("hello\n") > "/dev/stderr"
}