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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081203_1.C
blob
83de109eaa9187c2310d16326b28761fe2873339
1
void f () {}
2
struct Foo { static inline void Bar() { f(); } };
3
static void Func() { Foo::Bar(); }
4
void g () { Func (); }