// SPDX-License-Identifier: GPL-3.0 pragma solidity ^9999; /** * @title Storage * @dev Store & retrieve value in a variable * @custom:dev-run-script ./scripts/deploy_with_ethers.ts */ contract BadPragma { }