aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb67.C
blob: 45cdedd995ca5d0388b623031da5df53daf0fbf3 (plain)
1
2
3
4
5
6
// Build don't link: 
/*
Check whether a typedef for a basic type as a baseclass is diagnosed.
*/
typedef int an_int;
class bar : public an_int {}; // ERROR - not an aggregate