aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr114930.c
blob: 17075a14db811f97d1013eecb79df87635d8fff6 (plain)
1
2
3
4
5
6
7
8
9
/* PR c/114930 */
/* { dg-do compile { target lto } } */
/* { dg-options "-std=c23 -flto" } */

typedef struct WebPPicture WebPPicture;
typedef int (*WebPProgressHook)(const WebPPicture *);
WebPProgressHook progress_hook;
struct WebPPicture {
} WebPGetColorPalette(const struct WebPPicture *);