local2.C   [plain text]


// Build don't link:
// Special g++ Options: -O2

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