Files
TencentOS-tiny/components/language/micropython/tests/feature_check/async_check.py
2022-09-29 12:10:37 +08:00

7 lines
92 B
Python

# check if async/await keywords are supported
async def foo():
await 1
print("async")