summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pr85027.C
blob: 01b1b291aecd95765e2229875694600499de6118 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }

// Avoid -pedantic-error default
// { dg-options "" }

struct A { static int a; };

int t = A::A ? : 0; // { dg-error "cannot resolve" }