8 struct s x
= { .a
= 12, .b
= 34, };
15 struct s x
= { .a
= 12, .b
= a
, };
21 * check-name: bitfield expand deref
22 * check-command: test-linearize -Wno-decl $file
25 * check-output-excludes: ret\\..*\\$12
26 * check-output-contains: ret\\..*\\$34