wgtdkp / wgtcc

A small C11 compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't handle tentative struct definition

huangguiyang opened this issue · comments

commented
const struct S s;
struct S {
    int a;
};

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