extern int a, b, c, d, e, f;

void test()
{
  a = b + c * d - e / f;
}

