aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/353_callcode_not_deprecated_as_function.sol
blob: 714014f82de855b72506a0db118157008b2ce093 (plain) (tree)
1
2
3
4
5




                                     
contract test {
    function callcode() pure public {
        test.callcode();
    }
}