pragma solidity 0.8.0; interface Token { function test() external; }