OSDN Git Service

update
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb67.C
1 // Build don't link: 
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 {}; // ERROR - not an aggregate