micropython/tests/feature_check/async_check.py

7 wiersze
92 B
Python

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