```bash
bundle a.js > bundle.js
```

Run `node bundle.js` then it should output:

```
b
```
