*** empty log message ***
This commit is contained in:
7
ase/test/awk/err-014.awk
Normal file
7
ase/test/awk/err-014.awk
Normal file
@ -0,0 +1,7 @@
|
||||
BEGIN {
|
||||
local a;
|
||||
|
||||
a = 21;
|
||||
print a > 20? 1 2;
|
||||
}
|
||||
|
3
ase/test/awk/err-015.awk
Normal file
3
ase/test/awk/err-015.awk
Normal file
@ -0,0 +1,3 @@
|
||||
BEGIN {
|
||||
substr = 20;
|
||||
}
|
Reference in New Issue
Block a user