blob: 0b341ddb8ab1d4e5d6855492a037062930b44f53 [file] [log] [blame]
// PR c++/43765
// { dg-options "" }
struct SomeType
{
const char *values[];
};
const char *temp[] = {"607", "612", 0};
SomeType vals[] =
{
{ values : temp, },
0
}; // { dg-error "invalid" }