blob: cc9921e69b825ae3a146b61ec590ad037259a767 [file] [log] [blame]
// PR c++/48798
typedef struct A {} const t;
struct B : t {};