struct S
{
  static int i;
  static void set (int ii) { i = -ii; }
};
