mirror of https://github.com/ConsenSys/mythril
Support solc-args (#1698)
parent
19f6a8b120
commit
185f2d6cd2
@ -0,0 +1,13 @@ |
||||
import "../PRC20.sol"; |
||||
|
||||
contract Nothing is PRC20{ |
||||
|
||||
|
||||
|
||||
function nothing(string memory g_0, bytes3 g_11) public view returns (bool){ |
||||
|
||||
return true; |
||||
|
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue