rui314 / 8cc

A Small C Compiler
MIT License
6.12k stars 742 forks source link

internal error for static initial value of function pointer #110

Open metanest opened 1 year ago

metanest commented 1 year ago
$ cat k.c
void f(void){}
void (*p)(void) = &f;
$ ./8cc -S k.c
[ERROR] gen.c:1288: (null): internal error