Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081123_0.C
blob: 3bbe69d0874f50985ba22c6fc9832dedc9f6adf4 [
file
] [
log
] [
blame
]
// { dg-lto-do link }
// { dg-require-effective-target fpic }
// { dg-lto-options {{-flto -flto-partition=1to1 -r -nostdlib -fPIC}} }
/* { dg-extra-ld-options "-flinker-output=nolto-rel" } */
int
f
(
void
)
{
return
0
;
}