solidity/test/libsolidity/semanticTests/array/concat/bytes_concat_empty.sol

10 lines
158 B
Solidity
Raw Normal View History

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