/** @preserve comment should be stripped test.1 */
var foo = {};
// comment should be stripped test.2
/**
* comment should be stripped test.3
*/
module.exports = foo;