blob: 45cdedd995ca5d0388b623031da5df53daf0fbf3 [file] [log] [blame]
// 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