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
/
20081120-2_1.C
blob
242d50a41ce6da79e643502abf66bded3a949372
1
template < typename > struct Foo
2
{
3
inline void rdstate() {
4
}
5
};
6
7
extern template struct Foo<int>;
8
9
struct Bar:virtual public Foo<int>
10
{
11
};