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