aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/line1.C
blob: d76832e76c4a95acb4e0572c7c12b7b0b3612c4e (plain)
1
2
3
4
// 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.*