aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-non-adjacent.c
blob: ea5233bb0aee47118ca9bac648bbd08dd147446c (plain)
1
2
3
struct {
	int x : 1, y, z : 1;
} s = {.z = 1};