mirror of
https://github.com/tc39/test262.git
synced 2025-10-27 01:33:59 +01:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
// Reviewed
|
|
//@ runDefault("--exception=SyntaxError")
|
|
async function f() {
|
|
await async()=>{}
|
|
}
|