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

auto with pointer must show an error #189

Closed thradams closed 2 months ago

thradams commented 3 months ago
int main(){
   int x = 1;
   auto* px = &x; //missing error here
}
thradams commented 2 months ago

already fixed