1 2 3 4 5 6 7 8 9 10
struct add_struct { int p1; int p2; }; program ADDIERE_TEST { version ONE { int addiere(add_struct p) = 1; } = 1; } = 1234567;