1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-11 08:25:46 +03:00
juvix/tests/negative/PragmasYAML.juvix

8 lines
109 B
Plaintext
Raw Normal View History

module PragmasYAML;
open import Stdlib.Prelude;
{-# {inline: true, unroll: 500} #-}
main : Nat;
main := 0;