mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
{
|
|
function f(x) -> t {
|
|
let b := 7
|
|
}
|
|
function g(x) -> t {
|
|
t := x
|
|
}
|
|
let x := f(g(2))
|
|
}
|
|
// ----
|
|
// step: unusedPruner
|
|
//
|
|
// { { } }
|