Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb67.C
blobbebe9959829e25067fe22ba7433697a94de66186
1 // { dg-do assemble  }
2 /*
3 Check whether a typedef for a basic type as a baseclass is diagnosed.
4 */
5 typedef int an_int;
6 class bar : public an_int {}; // { dg-error "" } not an aggregate