fuhsnn / slimcc

C11 compiler with GNU extensions for x86-64 Linux, working towards C23
MIT License
39 stars 6 forks source link

Subsequent string literals missing in `-E` output #58

Closed fuhsnn closed 8 months ago

fuhsnn commented 8 months ago
"foo" "bar"

chibicc -E only output

"foo"