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
/
20081209_1.C
blob: 83eee3e46e8d81436cd0f59954baeddd5d3ae9fe (
plain
)
1
2
3
4
5
6
7
8
9
class
foo
{
public
:
foo
();
virtual
~
foo
();
};
foo
::~
foo
()
{
}