aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/function_type_as_storage_variable.sol
blob: e3d41f483f15ea9de8a20dfa39ec37e7a0241d20 (plain) (tree)
1
2
3


                                                     
contract test {
    function (uint, uint) internal returns (uint) f1;
}