1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-01 00:04:58 +03:00
juvix/tests/negative/PragmasDuplicateKeys.juvix

7 lines
115 B
Plaintext
Raw Normal View History

module PragmasDuplicateKeys;
type Bool := true | false;
{-# inline: true, inline: false #-}
main : Bool := true;