qse/ase/test/awk/err-020.awk

5 lines
43 B
Awk
Raw Normal View History

2007-03-19 03:44:06 +00:00
BEGIN {
print abc > "123\0abc";
}