about summary refs log blame commit diff
path: root/third_party/git/t/t4018/python-async-def
blob: 87640e03d2138e7e089ce10657ff53d199467b3a (plain) (tree)
1
2
3
4



                                
async def RIGHT(pi: int = 3.14):
    while True:
        break
    return ChangeMe()