solidity/test/libsolidity/smtCheckerTests/operators/slices_2.sol
2021-04-08 21:03:39 +02:00

6 lines
134 B
Solidity

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