aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_xxtestfuzz/fuzz_pycompile_corpus/input4.py
blob: 490de90fb97b392623c012173ea2fdb059764407 (plain) (blame)
1
2
3
async def hello(name: str):
    await name
    print(name)