blob: 4e6feb3f1ec2b240b171ec33d9dc6fff54c96123 [file] [log] [blame] [edit]
template <class a> class b {
typedef a td;
using ta = a;
struct foo {
a foo : sizeof(a);
a : sizeof(a);
td : sizeof(td);
ta : sizeof(ta);
};
};