$ cat x.js async function print() { console.log("abc"); } print(); $ nodejs x.js abc
How can it be?! print() returns a <
print()