hawk/t/e-001.err
hyung-hwan 4ed8651821
All checks were successful
continuous-integration/drone/push Build is passing
added t/err.sh for testing errors
2024-05-04 00:49:27 +09:00

25 lines
305 B
Plaintext

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
}