// PR c++/8928 // Origin: // { dg-do compile } namespace N { template struct A {}; typedef A B; } N::B a; // { dg-error "" }