solidity/test/libyul/yulSyntaxTests/invalid/leave_items_on_stack.yul
2022-04-01 23:41:18 -05:00

6 lines
184 B
Plaintext

{
mload(0)
}
// ----
// TypeError 3083: (6-14='mload(0)'): Top-level expressions are not supposed to return values (this expression returns 1 value). Use ``pop()`` or assign them.