hcl/t/feed-5002.err

9 lines
187 B
Plaintext
Raw Normal View History

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