aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/430_bare_selfdestruct.sol
blob: 9adc3d39d5626c7acd31c7d0b8ddee7571d8c6cb (plain) (tree)
1
2
3
4
5




                                              
contract C {
    function f() pure public { selfdestruct; }
}
// ----
// Warning: (44-56): Statement has no effect.