thradams / cake

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

missing error - diferent declarations #164

Open thradams opened 8 months ago

thradams commented 8 months ago
void func( int, float );
void func( int );