// PR c++/26558 // Origin: Jan Gorski // { dg-do compile } template struct A { template void foo() { foo<0>::; // { dg-error "before" } } };