aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/pr27019.C
blob: c96d51c14ec29c38c29bd13863206165b7b4d5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11

// { dg-do compile }
// { dg-options "" }

struct A
{
            int i;
                int z[1];
};

A a = { z:{} }; // { dg-message "unimplemented" }