solidity/test/libsolidity/semanticTests/strings/empty_string.sol
2022-05-19 20:23:28 +02:00

10 lines
153 B
Solidity

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