solidity/test/libyul/yulSyntaxTests/invalid/leave_items_on_tack.yul

6 lines
173 B
Plaintext
Raw Normal View History

2020-07-30 10:19:08 +00:00
{
mload(0)
}
// ----
// TypeError 3083: (6-14): Top-level expressions are not supposed to return values (this expression returns 1 value). Use ``pop()`` or assign them.