PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / inline-32.c
blobbfcafd5dbba0912bf5444ab313f838b49470c125
1 /* { dg-do link } */
2 /* { dg-options "-std=c99 -pedantic-errors" } */
3 /* { dg-additional-sources inline-32a.c } */
4 inline int f (void) { return 0; }
6 int
7 main (void)
9 extern int f();
10 return f ();