mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
|
// Based on ./push_disallowed.yul (which already includes push0).
|
||
|
{
|
||
|
push0()
|
||
|
}
|
||
|
// ----
|
||
|
// DeclarationError 4619: (72-77): Function "push0" not found.
|