Files

9 lines
101 B
Plaintext

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