1 2 3 4 5 6 7 8 9 10 11 12
// PR 14123 struct a { int x[8]; }; int main() { int a::*n[8]; n = &a::x; // { dg-error "int \\(a::\\*\\)" } }