contract foo { int32[] bar; function test() public { delete 102; } }