Files
solidity/test/libyul/yulSyntaxTests/simple_instructions.yul
T

5 lines
56 B
Plaintext

{
let y := mul(0x10, mul(0x20, mload(0x40)))
}
// ----