---
title: "Top-level `await` Example"
description: "Extracted example from RunJS Overview"
---

# RunJS Overview

## Top-level `await`

```js
async function test() {}
await test();
```
