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

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