blob: 516e776d736018bdf250d9769d57e7b4572725d4 [file] [log] [blame]
struct S
{
typedef int i : 3; // { dg-error "15:cannot declare .i." }
typedef int : 3; // { dg-error "cannot declare" }
};