solidity/test/libsolidity/semanticTests/strings/empty_string.sol

10 lines
152 B
Solidity
Raw Normal View History

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