aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/select-self-zero.c
blob: ea30989478b3a9538228227db265bc40fc649b31 (plain)
1
2
3
4
5
6
7
8
9
int sel_self0x(int x) { return (x ? 0 : x) == 0; }

/*
 * check-name: select-self-zero
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-returns: 1
 */