1 2 3 4 5 6
// |reftest| error:SyntaxError module // 'await' is always a keyword when parsing modules. function f() { await; }