Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081204-2_0.C
blob: 81a42693c4f18daf93c2cb63baa60792e63ad31b [
file
] [
log
] [
blame
]
// { dg-lto-do link }
// { dg-lto-options {{-flto -flto-partition=1to1 -O3}} }
extern
void
foo
(
void
);
int
main
()
{
foo
();
return
0
;
}