Files
RustPython/tests/function.py
2018-07-07 14:00:30 +02:00

5 lines
45 B
Python

def foo():
return 42
assert foo() == 42