solidity/test/libsolidity/semanticTests/array/concat/bytes_concat_empty.sol
2021-03-24 11:49:21 +01:00

10 lines
158 B
Solidity

contract C {
function f() public returns (bytes memory) {
return bytes.concat();
}
}
// ====
// compileViaYul: also
// ----
// f() -> 0x20, 0