blob: 809d4f012c1ad886c9f4449c675cecadbd99ca55 [file] [log] [blame]
//PR c++/27667
struct A
{
template<int> static void foo () {}
template<> static void foo<0>() {} // { dg-error "explicit" }
};