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

#include <initializer_list>

auto x[2] = {};			// { dg-error "" }