
function foo() {
	Components.utils.reportError("Hello world");
}

	Components.utils.reportError("ABCD");

