1 // PR c++/48798
2 
3 typedef struct A {} const t;
4 struct B : t {};
5