921e5a0eb4
From-SVN: r14840
5 lines
198 B
C
5 lines
198 B
C
// Build don't link:
|
|
// GROUPS passed error-messages
|
|
typedef struct s S;// ERROR - previous.*
|
|
struct S { int member:1; }; // the lineno for this should be 2, not 0// ERROR - conflicting types.*
|