solidity/test/libyul/yulSyntaxTests/keywords.yul

5 lines
84 B
Plaintext
Raw Normal View History

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