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