blob: 8756df64592177270927048aa41e410f3bd5f1b9 [file] [log] [blame]
struct INCOMPLETE;
template <int> struct X {
static INCOMPLETE value;
};
template <> INCOMPLETE X<1>::value = 0; // { dg-error "" }