but this one is 2kb
```rust
async fn test() {
    {
        let x = [0u8; 1024];
        MyFut.await;
        MyFut.await;
    }
    let x = [0u8; 1024];
    MyFut.await;
    MyFut.await;
}
```