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