Agda-2.3.2.2: test/succeed/optionsPragma.agda
{-# OPTIONS --no-termination-check #-}
module optionsPragma where
-- Only goes through with the termination checker turned off.
Foo : Set
Foo = Foo
{-# OPTIONS --no-termination-check #-}
module optionsPragma where
-- Only goes through with the termination checker turned off.
Foo : Set
Foo = Foo