blob: b99f7edb71ef936da8008d230eed6ad856ae380d [file] [log] [blame]
// APPLE LOCAL file mainline 2005-12-27 4431091
// PR c++/25439
template<int> struct A;
template<> int A<0>; // { dg-error "invalid" }