"use strict"; function f() { function g() { var a = 1; var b = 2; } g(); }