PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr63453.c
blobe6337aa2f5c7d294bdeca57a4da40902867d3f5c
1 /* PR c/63453 */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu11" } */
5 inline int fn1 (void); /* { dg-warning "declared but never defined" } */
6 extern inline int fn2 (void); /* { dg-warning "declared but never defined" } */
7 inline int __attribute__ ((gnu_inline)) fn3 (void);
8 extern inline int __attribute__ ((gnu_inline)) fn4 (void);