1const neverSettlingDynamicImport = import('never-settle-resolve');
2
3console.log('should be output');
4
5await neverSettlingDynamicImport;
6