(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
local2.C
// { dg-do assemble  }
// { dg-options "-O2" }

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