This commit is contained in:
6
ase/cmd/awk/t24.awk
Normal file
6
ase/cmd/awk/t24.awk
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN {
|
||||
|
||||
a["abc\0\0xxx"] = "abcdefg";
|
||||
print a["abc"];
|
||||
print a["abc\0\0xxx"];
|
||||
}
|
||||
Reference in New Issue
Block a user