---
source: crates/rolldown_testing/src/integration_test.rs
---
# Assets
## main.js
```js
// HIDDEN [rolldown:runtime]
//#region mod.js
var default_exports = /* @__PURE__ */ __exportAll({ default: () => example });
function example() {
return "default";
}
//#endregion
module.exports = default_exports;
```