From-SVN: r18844
This commit is contained in:
Jason Merrill 1998-03-26 06:41:23 -05:00
parent 18922a6bca
commit ac50abcebb

View File

@ -2,7 +2,7 @@
struct F {
bool b1 : 1;
bool b2 : 7; // WARNING -
bool b2 : 7;
};
main()