1function Throw() {
2    throw new Error('foo');
3}
4Throw();
5// To recreate:
6//
7// npx tsc --outDir test/fixtures/source-map --sourceMap test/fixtures/source-map/no-source.ts
8// rename the "source.[0]" to "file-not-exists.ts"
9//# sourceMappingURL=no-source.js.map