rt_gccstream/gcc/testsuite/gcc.dg/pr43557-2.c

11 lines
91 B
C

/* PR debug/43557 */
/* { dg-do compile } */
extern struct S g;
void
f2 (void)
{
&g;
}