solidity/test/libsolidity/semanticTests/strings/empty_string.sol
2023-05-11 10:56:55 -05:00

8 lines
121 B
Solidity

contract C {
function f() public pure returns (string memory) {
return "";
}
}
// ----
// f() -> 0x20, 0