Files

9 lines
106 B
Plaintext

{
function f() { let a := 1 }
function g() { f() }
}
// ====
// step: unusedPruner
// ----
// { }