1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-08 16:51:53 +03:00
juvix/tests/negative/MultipleDeclarations.mjuvix
2022-02-14 09:06:11 +01:00

7 lines
72 B
Plaintext

module MultipleDeclarations;
axiom a : Type;
axiom a : Type;
end;