aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/bit-fields1.C
blob: 76f4ac33ac235f3eb4eb027acc7af2742aef37f6 (plain)
1
2
3
4
5
// Build don't link: 
// GROUPS passed bit-fields
struct bar {
  int : 2 = 1;// ERROR - .*
};