1 /* { dg-options "-DEMPTY" } */
2 /* This file is only needed in combination with ic-misattribution-1.c
3 but there's no easy way to make this file ignored. */
4 extern void callee (void);
5 extern void caller (void (*func
) (void));
7 typedef void (*func_t
) (void);