foo(int a)1*c85f09ccSJohn Levon char foo(int a) { return a != 0; }
2*c85f09ccSJohn Levon 
3*c85f09ccSJohn Levon /*
4*c85f09ccSJohn Levon  * check-name: setne0-trunc
5*c85f09ccSJohn Levon  * check-command: test-linearize -m64 -Wno-decl $file
6*c85f09ccSJohn Levon  *
7*c85f09ccSJohn Levon  * check-output-ignore
8*c85f09ccSJohn Levon  * check-output-excludes: trunc\\.
9*c85f09ccSJohn Levon  */
10