aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/initlist76.C
blob: ac419dde8cf38b06304b764bb823367c244e0148 (plain)
1
2
3
4
5
// PR c++/58812
// { dg-require-effective-target c++11 }

int i;
int&& j{{ i }};			// { dg-error "too many braces" }