index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr45621_1.C
blob: 2ada6a8798e9a1244d6a3c0934a9786a4c8e7e0b (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include
"pr45621.h"
void
S
::
v1
()
{
v2
();
}
void
S
::
m
()
{
v1
();
}