repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
lto-9.cc
blob
2a4dcde3a793ee59edc14e11cdceb6f02fdc6a7b
1
struct
Foooo
{
2
virtual
~
Foooo
() { }
3
};
4
5
int
main
(
void
)
6
{
7
Foooo t
;
8
return
0
;
9
}