8 struct bfb
foo(struct bfb s
)
14 * check-name: bitfield-bool-layout
15 * check-description: given that bool is here 1-bit wide
16 * each field here above completely 'fill' a bool.
17 * Thus 3 bools need to be allocated, but since the
18 * alignment is 1-byte the result has a size of 3
19 * bytes, 24 bits thus instead of 8.
20 * check-command: test-linearize -Wno-decl $file
24 * check-output-excludes: ret\\.24
25 * check-output-contains: ret\\.8