* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr47372-1.c
bloba2e5c5b4141ef8e2da0324270cab27dacb47c581
1 /* { dg-do compile } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-O2 -fPIC -g" } */
5 typedef struct FILE FILE;
6 int _fwalk(int (*)(FILE *));
7 int __sflush(FILE *);
8 int
9 fflush(FILE *fp)
11 return (_fwalk(__sflush));