mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10762 from ethereum/packedStorageOverflowSol2Yul
[Sol->Yul] Fixing uncheked increment/decrement.
This commit is contained in:
@@ -11,6 +11,7 @@ contract C {
|
||||
return (x, c, b, a);
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 0x1234, 0x0, 0x0, 0xfffe
|
||||
|
||||
Reference in New Issue
Block a user