aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/external_function.sol
blob: 3aa3ceec49efea5a89991eb32a05bc4cc869dc08 (plain) (blame)
1
2
3
4
5
contract c {
    function x() external {}
}
// ----
// Warning: (17-41): Function state mutability can be restricted to pure