diff --git a/test/val/bitfield.c b/test/val/bitfield.c index b203b9cce..ce791b634 100644 --- a/test/val/bitfield.c +++ b/test/val/bitfield.c @@ -38,6 +38,11 @@ static void test_four_bits(void) } } +/* + Logic is somewhat diferent for bit-fields that end a struct vs + having additional fields. +*/ + static struct four_bits_with_int { unsigned int x : 4; unsigned int y;