solidity/test/cmdlineTests/asm_json_export_yul_verbatim/stdin

12 lines
208 B
Plaintext
Raw Normal View History

{
let a := calldataload(0)
let b := 20
sstore(a, b)
if calldataload(32) {
sstore(a, b)
pop(staticcall(0, 0, 0, 0, 0, 0))
verbatim_0i_0o("xyz")
}
sstore(a, b)
}