void function_f( void )
{
  asm volatile
    (


     );
}

int main() {
  function_f();
  return 1;
}
