contract C { function f() public { uint[] memory x; x[0]; } }