6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
BEGIN {
|
|
print abc > "123\0abc";
|
|
}
|
|
|
|
RUN ERROR: CODE [109] LINE [2] i/o name containing a null character
|