db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / and-or-trunc0.c
blob3d326b6afa827c1f58e5091dbf33ff027c2083a4
1 char foo(int x, int y)
3 return (x & 0xff00) | y;
6 /*
7 * check-name: and-or-trunc0
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-excludes: and\\.
12 * check-output-excludes: or\\.