db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / ext-trunc-greater.c
blobb682fc5debc2f13f4b64cbba828725c621c637aa
1 short sgt(char x)
3 return (int) x;
6 short ugt(unsigned char x)
8 return (int) x;
12 * check-name: ext-trunc-greater
13 * check-command: test-linearize -Wno-decl $file
15 * check-output-ignore
16 * check-output-excludes: trunc\\.