contract Test { function test(bytes x) public { } function test2(bytes memory x) public { } }