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