``` for(int x = []{ int x{}; return x; }();;); // error: redefinition of 'x' int x = []{ int x{}; return x; }(); // ok as expected ``` live example : https://godbolt.org/z/oo5qvM35x