• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

sel_self0x(int x)1 int sel_self0x(int x) { return (x ? 0 : x) == 0; }
sel_selfx0(int x)2 int sel_selfx0(int x) { return (x ? x : 0) == x; }
3 
4 /*
5  * check-name: select-self-zero
6  * check-command: test-linearize -Wno-decl $file
7  *
8  * check-output-ignore
9  * check-output-returns: 1
10  */
11