uint public highestBid; function test1() external { uint amount = highestBid; highestBid = 0; beneficiary.transfer(amount); }