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
In gcc/objc/: 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20080907_0.C
blob
9a4552310d936547330cdb89137c3afe86595996
1
// { dg-lto-do assemble }
2
struct Foo { void func (); }; Foo & bar () { } struct Baz { Baz (Baz &); };
3
Baz dummy() { bar().func(); }