blob: 464bd8959006f2535a98f84267a8943bdbb29223 [file] [log] [blame]
template <class T>
struct foobar
{
int xxx;
T pes;
};
struct foo
{
foobar<float> a;
};
foo myfoo;