blob: b9eb5c1f6e9831dcbd9c86ff946f45c9f48dfacb [file] [log] [blame]
var DEBUG = false;
var x;
function A(xi) {
x = xi;
}
function foo() {
var jj;
DEBUG = true;
}
function foo2( i, s, x) {
// x.new Inner().foo();
}
function main( args) {
A(0);
}