Recovered from cvs revision 2007-10-12 14:20:00

This commit is contained in:
2007-10-13 01:13:00 +00:00
parent 917d2fe1ff
commit 8c505c6d5d
23 changed files with 126 additions and 67 deletions

View File

@ -1,8 +1,6 @@
global abc;
BEGIN {
abc[20] = "abc";
abc = 10;
}
RUN ERROR: CODE [96] LINE [5] map 'abc' not assignable with a scalar
RUN ERROR: CODE [97] LINE [3] map 'abc' not assignable with a scalar