volatile int a,b,c;
void test()
{
  if (a >0) return;
  if (a >0) b = a + b + 89766*c;
  else b = b + c * 876 + a *123;
  b ++ ;
}
