You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contractC {
struct S { bool f; }
S s;
function f(uint256a) internalreturns (S storagec) {
assembly {
switch a
default { c.slot := s.slot }
}
}
}
solang compile --target solana test.sol
solang: llvm/include/llvm/IR/Instructions.h:2765: void llvm::PHINode::setIncomingValue(unsigned int, llvm::Value*): Assertion `getType() == V->getType() && "All operands to PHI node must be the same type as the PHI node!"' failed.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Version: v0.3.3: Atlantis
The text was updated successfully, but these errors were encountered: