Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-old-style-definition-1.c
blobf204a3a2aa493309eeb12b53fb1c139199dee384
1 /* Test old-style function definitions not in C23: warnings. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23" } */
5 void
6 f (x) /* { dg-warning "old-style function definition" } */
7 int x;