diff options
Diffstat (limited to 'tests/feature_check/async_check.py')
-rw-r--r-- | tests/feature_check/async_check.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/feature_check/async_check.py b/tests/feature_check/async_check.py index 0f6361cd12..727b7136a5 100644 --- a/tests/feature_check/async_check.py +++ b/tests/feature_check/async_check.py @@ -1,3 +1,6 @@ # check if async/await keywords are supported async def foo(): await 1 + + +print("async") |