// SPDX-License-Identifier: MIT pragma solidity ^0.8; contract Baseline { function baseline() public payable {} }