local2.C   [plain text]


// { dg-do assemble  }
// { dg-options "-O2" }

void f ()
{
  struct Init {
    Init () {
    }
  };
}