blob: e241a44e376b910ff15f52feb4b6d39737fca776 [file] [log] [blame]
/* { dg-additional-options "-O" } */
struct jr;
struct ch {
int jr::*rx;
};
ch
ad ()
{
return ch ();
}