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 {
intimmutable x = x =0xabc;
modifier m() {
for (uint256 i =3; x ==0; i++) {
_;_;return;
}
}
function f() public m m m returns (uint) {
string.concat({x: .3, y: "abc", z: true});
}
}
To reproduce: solc --bin -o poc poc.sol
The text was updated successfully, but these errors were encountered:
Description
Error:
Environment
Steps to Reproduce
poc.sol (fuzzer-generated):
To reproduce:
solc --bin -o poc poc.sol
The text was updated successfully, but these errors were encountered: