diff options
Diffstat (limited to 'tests/feature_check/const.py')
-rw-r--r-- | tests/feature_check/const.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/feature_check/const.py b/tests/feature_check/const.py index db32e8c69..e5928f6d7 100644 --- a/tests/feature_check/const.py +++ b/tests/feature_check/const.py @@ -1 +1,2 @@ x = const(1) +print(x) |