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
Fix PR48484
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081125_1.C
blob
d52b9edcada15eda797f6691fa9ea0b13fc75459
1
#include "20081125.h"
2
3
base *
4
base::factory(void)
5
{
6
return new object ();
7
}