hcl/t/feed-02.err
hyung-hwan f88c3a9c1f
Some checks failed
continuous-integration/drone/push Build is failing
added a new error case. the case yet to be resolved in implementation
2024-01-20 10:12:37 +09:00

9 lines
186 B
Plaintext

## while EOL is ignored in explicitly parenthesized XLIST, a semicolon must not be.
(printf
"hello, world\n"
)
(printf; ##ERROR: synax error - unexpected semicolon
"hello, world\n"
)