erg/tests/should_ok/cyclic/import.er
2023-06-29 12:25:17 +09:00

6 lines
80 B
Python

a = import "a"
b = import "b"
assert a.f() == 1
assert a.even 2
assert b.odd 3