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

11 lines
176 B
Solidity

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