#include <stdio.h>
#include <stdlib.h>
#include <caml/mlvalues.h>

intnat test_(intnat b,intnat c,intnat d) {
  return(b+c+d);
}
