// SPDX-License-Identifier: MIT pragma solidity 0.8.15; contract VerifierTest { function verifyProof( uint[2] memory a, uint[2][2] memory b, uint[2] memory c, uint[4] memory input ) public view {} }