ghc-plugs-out-1.0.0.0: test-suites/undef-init/Main.hs
{-# OPTIONS_GHC -fplugin Undefined.Init.Plugin #-}
module Main where
main :: IO a
main = undefined
{-# OPTIONS_GHC -fplugin Undefined.Init.Plugin #-}
module Main where
main :: IO a
main = undefined