blob: 01b1b291aecd95765e2229875694600499de6118 [file] [log] [blame]
// { dg-do compile }
// Avoid -pedantic-error default
// { dg-options "" }
struct A { static int a; };
int t = A::A ? : 0; // { dg-error "cannot resolve" }