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
/
20091210-1_1.C
blob
4fb15cd5f234c1a0588684a02d42b477341d17a9
1
#include "20091210-1_0.h"
2
3
struct Foo : Base {
4
virtual void g();
5
};
6
7
void Foo::g() {}
8
9
int main() {}