// { dg-do compile } // Origin: lorgon1@yahoo.com // PR c++/11154: Multi-level template argument in partial ordering of // class template template struct Outer { template struct Foo {}; template struct Foo {}; template struct Foo {}; }; Outer::Foo f;