forked from mirrors/0ad
4 lines
140 B
JavaScript
4 lines
140 B
JavaScript
await undefined;
|
|
// `import "blabbermouth.js";` would be hoisted before the await resulting in it not being delayed.
|
|
log("blah blah blah");
|