solidity/test/libyul/yulSyntaxTests/keywords.yul

6 lines
92 B
Plaintext
Raw Normal View History

{
return (byte(1, 2), 2)
pop(address()) // this is valid (but unreachable) code
}
// ----