1 /* PR c/97131 - ICE: Segmentation fault in warn_parm_ptrarray_mismatch
2 { dg-do compile }
3 { dg-options "-Wall" } */
4
5 struct bm { };
6
7 void ms (struct bm (*at)[1]) { }
8
9 void ms (int f1) { } // { dg-error "conflicting types for 'ms'" }