Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081120-2_1.C
blob: 242d50a41ce6da79e643502abf66bded3a949372 [
file
] [
log
] [
blame
]
template
<
typename
>
struct
Foo
{
inline
void
rdstate
()
{
}
};
extern
template
struct
Foo
<int>
;
struct
Bar
:
virtual
public
Foo
<int>
{
};