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