solidity/test/libyul/yulSyntaxTests/keywords.yul
2020-11-04 12:03:33 +01:00

5 lines
84 B
Plaintext

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