int add1 (int x int y){ int z = (x+y); return (z+1); } test{ bool x = call add1 (4 5); }