int add (int a int b){ return (a+b); } int add2 (int a int b ){ return (a+b); } test{ int x = 3; }