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

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