Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
;