fuhsnn / slimcc

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

#line directive off by one #2

Closed fuhsnn closed 11 months ago

fuhsnn commented 11 months ago
#line 1
__LINE__

should expand to 1, not 2