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

#include <initializer_list>

auto foo[] = {};    // { dg-error "auto|unable to deduce" }