标签: solidity
结果是sha256(a)!= sha256(b);
sha256()是如何实现的?
struct B { byte x; } struct A { byte x; } byte x = 0x0; A memory a = A(x = x); B memory b = B(x = x);