(root)/
gawk-5.2.2/
test/
profile13.awk
BEGIN {
	printf "hello\n"  > "/dev/stderr"
	printf("hello\n") > "/dev/stderr"
}