1var c = ' require'
2exports.getC = function () {
3  return 'c' + c
4}
5