root/usr/src/tools/smatch/src/validation/optim/setne0-sext.c
long foo(int a) { return a != 0; }

/*
 * check-name: setne0-sext
 * check-command: test-linearize -m64 -Wno-decl $file
 *
 * check-output-ignore
 * check-output-excludes: sext\\.
 */