blob: bb752253b680b447164b3f2bdb66fe47371e401a [file] [log] [blame]
// PR c++/34238
// { dg-do compile }
namespace
{
template <typename T = int> struct A
{
static const bool a = true;
};
}
struct A<> a;