contract C {
function test() public {
uint[] memory data;
data.pop();
}
// ----
// TypeError 4994: (74-82): Member "pop" is not available in uint256[] memory outside of storage.