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
/
20081211-1.h
blob
f9a8ca7550d76985a2c34957ed4604049de9cbba
1
class
foo
{
2
public
:
3
foo
() {}
4
virtual
~
foo
() {}
5
virtual
void
key_method
(
void
);
6
};