solidity/test/libsolidity/smtCheckerTests/operators/slices_2.sol
2021-04-20 17:38:29 +02:00

8 lines
143 B
Solidity

contract e {
function f(uint[] calldata) internal {}
function h(uint[] calldata c) external { f(c[:]); }
}
// ====
// SMTEngine: all
// ----