blob: 00d03b7881219335195986faee6409f346e387e6 [file] [log] [blame]
function g() {
return null;
}
function foo() {
g();
}