summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/pr41893-1.c
blob: 54a31fb6f2f29aaeaf45930a0683ebc1fc35c967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* PR debug/41893 */
/* { dg-do compile } */
/* { dg-options "-combine -fwhole-program -O" } */
/* { dg-additional-sources "pr41893-2.c" } */

struct S { int v; };
struct S s;

void __attribute__((externally_visible))
func1 (void)
{
  struct S *p = &s;
}