aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/fallback_function.sol
blob: 054f57dedbf7b75827a9fdf4ae80ae7b72e37b9f (plain) (blame)
1
2
3
4
contract c {
    function() external { }
}
// ----