fuhsnn / slimcc

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

Global initialization failed with casted pointer at right hand size #84

Closed fuhsnn closed 3 weeks ago

fuhsnn commented 3 weeks ago
static long long obar = 2 + (long long)"foobar";