blob: b14ed8efa181182c752cfb19e274c40def16026a [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed error-messages
typedef struct s S;// { dg-error "" } previous.*
struct S { int member:1; }; // the lineno for this should be 2, not 0// { dg-error "" } conflicting types.*