1 int foo(int a)
   2 {
   3         if (a)
   4                 return 0;
   5         else
   6                 return 1;
   7         return 2;
   8 }
   9 
  10 /*
  11  * check-name: Ignore VOID in if-convert
  12  * check-command: test-linearize -Wno-decl $file
  13  * check-output-ignore
  14  *
  15  * check-output-excludes: phisrc\\.
  16  * check-output-excludes: phi\\.
  17  * check-output-excludes: VOID
  18  * check-output-contains: seteq\\.
  19  */