aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/interface_basic.sol
blob: 0742c24f6ffa7e93a80ddf40740cbc74b58a7138 (plain) (blame)
1
2
3
4
interface Interface {
    function f() external;
}
// ----