cpython/Modules/_xxtestfuzz/fuzz_pycompile_corpus/input4.py

async def hello(name: str):
    await name
    print(name)