db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / sext.c
blob3769a05c1de3d2894660cffebb5bc2eba9ff09ad
1 int sext(int x)
3 return (x << 5) >> 5;
6 /*
7 * check-name: sext
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-excludes: sext\\.
12 * check-output-contains: asr\\.32
13 * check-output-contains: shl\\.32