blob: 609dac96bb6e44a59f07bdd5946f6f0ac9e70eaf [file] [log] [blame]
/* PR c/97131 - ICE: Segmentation fault in warn_parm_ptrarray_mismatch
{ dg-do compile }
{ dg-options "-Wall" } */
struct bm { };
void ms (struct bm (*at)[1]) { }
void ms (int f1) { } // { dg-error "conflicting types for 'ms'" }