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

regression flow analysis #210

Open thradams opened 4 days ago

thradams commented 4 days ago

TODO test case to avoid more regressions.


#pragma safety enable

const char * get()
{
   char buffer[100] = {0};
   return buffer;
}