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

5 lines
51 B
Solidity

contract c {
fallback() external { }
}
// ----