Commit 44545f27 by Jason Merrill

new

From-SVN: r31263
parent bff3ce71
struct A {
struct B { } *B;
int i, j, k, l, m;
};
struct A *t;
int
main ()
{
void *p = t
->B;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment