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