aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/setne0-trunc.c
blob: 6c5494ecaa3a7b1230425c88d5016c19c4d805e9 (plain)
1
2
3
4
5
6
7
8
9
char foo(int a) { return a != 0; }

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