Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
odr-7_1.C
blob: 464bd8959006f2535a98f84267a8943bdbb29223 [
file
] [
log
] [
blame
]
template
<
class
T
>
struct
foobar
{
int
xxx
;
T pes
;
};
struct
foo
{
foobar
<float>
a
;
};
foo myfoo
;