liquidhaskell-0.8.10.7: tests/terminate/neg/term00.hs
-- NO PRAGMA version of tests/pos/pragma0.hs -- an obviously non-terminating function module Test0 where zoo :: Int -> Int zoo 0 = 0 zoo x = zoo x
-- NO PRAGMA version of tests/pos/pragma0.hs -- an obviously non-terminating function module Test0 where zoo :: Int -> Int zoo 0 = 0 zoo x = zoo x