solidity/test/libsolidity/syntaxTests/parsing/external_function.sol

5 lines
52 B
Solidity

contract c {
function x() external {}
}
// ----