module FailingMultiple.Foo where

-- | A failing example
--
-- >>> 23
-- 23
--
-- >>> 23
-- 42
--
-- >>> 23
-- 23
-- >>> 23
-- 23
test :: a
test :: forall a. a
test = a
forall a. HasCallStack => a
undefined