solidity/test/libyul/yulSyntaxTests/selfdestruct.yul

6 lines
189 B
Plaintext
Raw Normal View History

{
selfdestruct(0x02)
}
// ----
// Warning 1699: (3-15): "selfdestruct" has been deprecated. The underlying opcode will eventually undergo breaking changes, and its use is not recommended.