~vcs-imports/gawk/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BEGIN
gawk: ./getfile.awk:9: warning: cannot open unrecognized file type `<<' for `echo hello; echo goodbye'
get_file: get_file(echo hello; echo goodbye, <<, -1) failed
expected error result 0 
get_file returned 1
input_name echo hello; echo goodbye
1
hello
BEGINFILE (getfile.awk) ERRNO ()
get_file returned 1
input_name getfile.awk
end BEGIN
ENDFILE (getfile.awk) ERRNO ()
END
1
goodbye
0