fuhsnn / slimcc

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

read_line_marker() triggers "unterminated conditional" #3

Closed fuhsnn closed 11 months ago

fuhsnn commented 11 months ago
#if (1)
#100
#endif

triggers

#if (1)
^ unterminated conditional directive