xref: /illumos-gate/usr/src/tools/smatch/src/validation/optim/setne0-trunc.c (revision c559157643fef9f9afb0414e00a3579407ba3052)
1 char foo(int a) { return a != 0; }
2 
3 /*
4  * check-name: setne0-trunc
5  * check-command: test-linearize -m64 -Wno-decl $file
6  *
7  * check-output-ignore
8  * check-output-excludes: trunc\\.
9  */
10