thradams / cake

Cake a C23 front end and transpiler written in C
http://thradams.com/cake/index.html
GNU General Public License v3.0
533 stars 21 forks source link

missing error - f1(void) , f1(1) #166

Open thradams opened 6 months ago

thradams commented 6 months ago
int f1(void) {}
int main() {
  f1( 10 );
}