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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081204-1_1.C
blob
20627b5c54d1c2906d6087059bc36cbc1871b531
1
struct Foo { virtual ~Foo(); };
2
struct Bar:public Foo { Bar() { } };
3
void Func() { new Bar(); }