blob: 143134bee7e2194d68d4c9799447fc9a0cbfd6a9 [file] [log] [blame]
struct S
{
typedef int i __attribute__((unused)) = 1; // { dg-error "15:typedef .i. is initialized" }
};
typedef int i __attribute__((unused)) = 1; // { dg-error "13:typedef .i. is initialized" }