Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr97463.c
blobf93b07ccb808753f9c3fe7a3a069537b461e9b42
1 /* PR c/97463 - ICE in warn_parm_ptrarray_mismatch on an incompatible
2 function redeclaration
3 { dg-do compile }
4 { dg-options "-Wall" } */
6 void f (void**);
7 void f (int n) { } // { dg-error "conflicting types" }