1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-06 06:53:33 +03:00
juvix/tests/Core/negative/test001.jvc

6 lines
45 B
Plaintext

-- division by zero
def f := \x 2 / x;
f 0