//SPDX-License-Identifier: MIT pragma solidity ^0.4.15; contract OldPragmaFloat { uint x; function OldPragmaFloat() public { x = 7; } }