2 /* { dg-do compile { target lto } } */
3 /* { dg-options "-std=c23 -flto" } */
5 typedef struct WebPPicture WebPPicture
;
6 typedef int (*WebPProgressHook
)(const WebPPicture
*);
7 WebPProgressHook progress_hook
;
9 } WebPGetColorPalette(const struct WebPPicture
*);