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
/
20081204-2_1.C
blob
676b9b27d63cecdaa62dd3546a22af86bab3144b
1
namespace {
2
class c
3
{
4
public:
5
c () {}
6
virtual ~c() {}
7
};
8
};
9
10
void
11
foo (void)
12
{
13
c x;
14
}