ghc-plugs-out-1.0.0.0: test-suites/counter-foobar-main/FooBar.hs
{-# OPTIONS_GHC -fplugin CallCount.Pure.Plugin #-}
module FooBar where
foo :: IO a
foo = undefined
bar :: IO a
bar = undefined
{-# OPTIONS_GHC -fplugin CallCount.Pure.Plugin #-}
module FooBar where
foo :: IO a
foo = undefined
bar :: IO a
bar = undefined