repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081125_0.C
blob
629c2b3d9d0e3a83905f65989342dbb18cb3fe2a
1
// { dg-lto-do link }
2
// { dg-lto-options {{-flto -flto-partition=1to1}} }
3
#include "20081125.h"
4
5
object::object (int x)
6
{
7
}
8
9
void
10
object::key_method (void)
11
{
12
}
13
14
int
15
main ()
16
{
17
return 0;
18
}