mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Commandline test updates.
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user