struct add_struct { int p1; int p2; }; program ADDIERE_TEST { version ONE { int addiere(add_struct p) = 1; } = 1; } = 1234567;