int TestSimpleEquivalent(int X, int Y) {
  if (X - X) return 1;
}
