int add (int x int y){ int z = a; return (x+z); } test{ int x = 1; }