aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-initializer-overflow.c
blob: 54de7c9d60c7cd7c3d7bfdcd3bb1a531ca32afd6 (plain)
1
2
3
struct {
	unsigned : 30, a : 2, b;
} s = {5};