// PR c++/34238 // { dg-do compile } namespace { template struct A { static const bool a = true; }; } struct A<> a;