
typedef enum {
  MPI_SUM
} MPI_OP;

void main(){
  MPI_SUM;
}
