1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 19:49:20 +03:00
juvix/tests/Compilation/negative/test004.juvix

7 lines
78 B
Plaintext
Raw Normal View History

module test004;
open import Stdlib.Prelude;
main : Nat -> Nat;
main x := x;