db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / zext-zext.c
blob986d22422a9a689806a1254342151974a938d3ab
1 int foo(unsigned char offset)
3 return (int)(unsigned short) offset;
6 /*
7 * check-name: zext-zext
8 * check-command: test-linearize -Wno-decl $file
10 * check-output-ignore
11 * check-output-excludes: sext\\.
12 * check-output-pattern(1): zext\\.