1// Build don't link:
2// GROUPS passed error-messages
3typedef struct s S;// ERROR -  previous.*
4struct S { int member:1; };  // the lineno for this should be 2, not 0// ERROR -  conflicting types.*
5