wgtdkp / wgtcc

A small C11 compiler
MIT License
765 stars 130 forks source link

Can't handle tentative struct definition #40

Open huangguiyang opened 7 years ago

huangguiyang commented 7 years ago
const struct S s;
struct S {
    int a;
};
wgtdkp commented 7 years ago

yes, link failed. knows why it failed, but too much work to fix it...