]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/initlist75.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist75.C
CommitLineData
7c3001f4
PC
1// PR c++/59080
2// { dg-require-effective-target c++11 }
3
4#include <initializer_list>
5
ebdb73c0 6auto foo[] = {}; // { dg-error "6:.foo. declared as array of .auto" }
This page took 4.440778 seconds and 5 git commands to generate.