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

const struct S * x;
struct S {};
void f(const struct S **);