packages feed

Agda-2.3.2.2: test/fail/SafeFlagNoTermination.agda

{-# OPTIONS --no-termination-check #-}
module SafeFlagNoTermination where

data Empty : Set where

inhabitant : Empty
inhabitant = inhabitant