2020-11-03 18:29:53 +00:00
|
|
|
contract C {
|
|
|
|
function f() public pure returns (string memory) {
|
|
|
|
return "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// ====
|
2020-11-21 13:54:16 +00:00
|
|
|
// compileToEwasm: also
|
2021-03-12 23:02:36 +00:00
|
|
|
// compileViaYul: also
|
2020-11-03 18:29:53 +00:00
|
|
|
// ----
|
|
|
|
// f() -> 0x20, 0
|