aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/431_bare_assert.sol
blob: 38cea05766863d5ac32f6fcb800ea41ba32b796f (plain) (tree)
1
2
3
4
5




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