mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
17 lines
181 B
Plaintext
17 lines
181 B
Plaintext
|
// yul
|
||
|
{
|
||
|
let a:u256
|
||
|
function f() {}
|
||
|
}
|
||
|
// ----
|
||
|
// mainFunction
|
||
|
// {
|
||
|
// function main()
|
||
|
// {
|
||
|
// let a:u256
|
||
|
// }
|
||
|
// function f()
|
||
|
// {
|
||
|
// }
|
||
|
// }
|