mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
{
|
|
let x := calldataload(0)
|
|
for {} x { x := add(x, 1) } {
|
|
//if lt(x, 0x42) { break }
|
|
sstore(x, 0x21)
|
|
}
|
|
sstore(0x10, 0x10)
|
|
}
|
|
// ====
|
|
// stackOptimization: true
|
|
// ----
|
|
// stop
|