- Notifications
You must be signed in to change notification settings - Fork14.5k
Closed
Description
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