wgtdkp / wgtcc

A small C11 compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not support traditional function style

huangguiyang opened this issue · comments

commented
void foo(x)
 int x;
{

}

error: expect type specifier