aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/pr41893-2.c
blob: f967875f1984f4a91b7a7b4bff2c4b713994069f (plain)
1
2
3
4
5
6
7
8
9
10
/* PR debug/41893 */
/* { dg-do compile } */

extern struct S s;

void
func2 (void)
{
  &s;
}