solidity/test/libyul/yulSyntaxTests/keywords.yul
2021-04-20 17:38:29 +02:00

6 lines
92 B
Plaintext

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