aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/visibility/interface/function_external.sol
blob: ed409e589dca7e6e530821c7a6ab53723e8376c4 (plain) (blame)
1
2
3
4
interface I {
    function f() external;
}
// ----