Commandline test updates.

This commit is contained in:
chriseth
2021-04-29 16:46:25 +02:00
parent fcc98d12b8
commit 426d60f07b
22 changed files with 144 additions and 65 deletions
@@ -13,9 +13,14 @@ object \"C_11\" {
constructor_C_11()
codecopy(0, dataoffset(\"C_11_deployed\"), datasize(\"C_11_deployed\"))
let _1 := allocate_unbounded()
codecopy(_1, dataoffset(\"C_11_deployed\"), datasize(\"C_11_deployed\"))
return(0, datasize(\"C_11_deployed\"))
return(_1, datasize(\"C_11_deployed\"))
function allocate_unbounded() -> memPtr {
memPtr := mload(64)
}
function constructor_C_11() {