aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/074_fallback_function.sol
blob: 466e80cbe2847995fe2445aebd7e947597e187d7 (plain) (tree)
1
2
3
4

            
                                  
 
contract C {
    uint x;
    function() external { x = 2; }
}