1 // PR c++/58812
2 // { dg-require-effective-target c++11 }
3 
4 int i;
5 int&& j{{ i }};			// { dg-error "too many braces" }
6