libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / pr114574-2.c
blobb73ef0956a41c490230f41c4d649fb576899a578
1 /* PR lto/114574 */
2 /* { dg-do compile { target lto } } */
3 /* { dg-options "-flto -std=c23" } */
5 const struct S * x;
6 struct S {};
7 void f(const struct S **);