scope05.C   [plain text]


// Build don't link: 
// GROUPS passed gb scope
struct C {
  void foo (int);
  void foo (char);

  struct D {
    void foo ();
  };
};

void C::D::foo () { }