libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / pr114930.c
blob17075a14db811f97d1013eecb79df87635d8fff6
1 /* PR c/114930 */
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;
8 struct WebPPicture {
9 } WebPGetColorPalette(const struct WebPPicture *);