Files
RustPython/vm/tests/function.py
2018-06-06 23:30:48 +02:00

5 lines
45 B
Python

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