8sa1-gcc/gcc/testsuite/g++.old-deja/g++.brendan/line1.C
Jeff Law 921e5a0eb4 Initial revision
From-SVN: r14840
1997-08-19 01:34:40 -06:00

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.*