blob: 1b29e30a8f818134ae6ea71c48069a7cfd0c1499 [file] [log] [blame]
// { dg-do compile { target c++11 } }
struct c0;
struct md {
int c0::*jj[2];
};
void
n0 ()
{
md{};
}