---
source: crates/rolldown_testing/src/integration_test.rs
---
# Assets
## entry.js
```js
//#region entry.js
ok(1, 2, 3, 2 .baz, 1 .bar);
(() => {
ok(1, 2, 3, 2 .baz, 1 .bar);
})();
(function() {
doNotSubstitute(this, this.foo, this.foo.bar, this.foo.baz, this.bar);
})();
//#endregion
```