cake
cake copied to clipboard
wrong code generation auto and lambdas
int main()
{
auto add = (int (void)){};
}