MulticallContractCompiler.t.sol 213 Bytes
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import { Multicall3 } from "multicall/src/Multicall3.sol";

/**
 * Just exists so we can compile this contract.
 */
contract MulticallContractCompiler {

}