MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_concat

Method test_concat

tests/test_z3_ported.py:2231–2234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2229 assert r2.size() == 8
2230
2231 def test_concat(self):
2232 a, b = BitVecs("a b", 4)
2233 r = Concat(a, b)
2234 assert r.size() == 8
2235
2236 def test_zeroext(self):
2237 x = BitVec("x", 8)

Callers

nothing calls this directly

Calls 3

BitVecsFunction · 0.90
ConcatFunction · 0.90
sizeMethod · 0.45

Tested by

no test coverage detected