db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / bool-sext-test.c
blobbd85e06ee881db0df5a68a045245cfeb086ed540
1 _Bool eqs0( signed char a) { return a == 0; }
2 _Bool eqs1( signed char a) { return a == 1; }
3 _Bool nes0( signed char a) { return a != 0; }
4 _Bool nes1( signed char a) { return a != 1; }
6 /*
7 * check-name: bool-sext-test
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-excludes: sext\\.