var func = require("B"); for(i = 0; i < 2; i++) { func(); }
module.exports = function () { for(i = 2; i != 0; i--) console.log(i); };