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

7 lines
75 B
Python

a = import "a"
.x = 1
.f() = a.f()
.odd 0 = False
.odd n = a.even(n - 1)