mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
|
// This test used to crash: https://github.com/ethereum/solidity/issues/11801
|
||
|
{
|
||
|
for {} addmod(keccak256(0x0,create(0x0, 0x0, 0x0)), 0x0, 0x0) {} {}
|
||
|
}
|
||
|
// ----
|
||
|
// step: loadResolver
|
||
|
//
|
||
|
// {
|
||
|
// for { }
|
||
|
// addmod(keccak256(0x0, create(0x0, 0x0, 0x0)), 0x0, 0x0)
|
||
|
// { }
|
||
|
// { }
|
||
|
// }
|