blob: d59d396dcd72dd7afec1e84ec63f2658341a0748 [file] [log] [blame]
function bar() {
return Test.x;
}
Test.prototype=new Object();
Test.x=1;