// Contributed by Gabriel Dos Reis // Origin: PRs 7721 and 7803 // { dg-do compile } namespace N { template struct X { }; } N::X X; // { dg-error "" "" } int main() { return sizeof(X); // { dg-error "" "" } }