hawk/t/e-001.err

25 lines
305 B
Plaintext
Raw Normal View History

2024-05-03 15:49:27 +00:00
BEGIN {
##ERROR: unexpected end of input
---
function abc(x { ##ERROR: comma expected in place of
}
---
BEGIN {
@argv = 10 ##ERROR: invalid assignment statement
}
---
BEGIN {
@argc = 10 ##ERROR: invalid assignment statement
}
---
BEGIN {
@nil = 10 ##ERROR: invalid assignment statement
}