contract C { uint[] data; function f(uint[] x) public { data = x; } }