db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / and-or-bfu.c
blobb6a080bd1a2d01369175e1f7fdb26ccc380ea745
1 struct u {
2 unsigned int :2;
3 unsigned int f:3;
4 };
6 int bfu(struct u s, int a)
8 s.f = a;
9 return s.f;
13 * check-name: and-or-bfu
14 * check-command: test-linearize -Wno-decl $file
16 * check-output-ignore
17 * check-output-pattern(1): and\\.
18 * check-output-excludes: or\\.
19 * check-output-excludes: shl\\.
20 * check-output-excludes: lsr\\.