Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
analyzer
/
pr98580-a.c
blob: d2b10d6df2fed0f7e3e17ed1d821ca5fd0aa3d28 [
file
] [
log
] [
blame
]
/* { dg-do link } */
/* { dg-require-effective-target lto } */
/* { dg-additional-options "-flto" } */
/* { dg-additional-sources pr98580-b.c } */
int
a
;
int
*
p
=
&
a
;
int
foo
();
int
main
()
{
return
foo
();
}