* fi.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / inherit / pr48798.C
blobcc9921e69b825ae3a146b61ec590ad037259a767
1 // PR c++/48798
3 typedef struct A {} const t;
4 struct B : t {};