1 2 3 4 5 6 7 8 9 10 11
// PR c++/34238 // { dg-do compile } namespace { template <typename T = int> struct A { static const bool a = true; }; } struct A<> a;