packages feed

ghc-plugs-out-1.0.0.0: test-suites/counter-main/Main.hs

{-# OPTIONS_GHC -fplugin CallCount.Pure.Plugin #-}

module Main where

foo :: IO a
foo = undefined

bar :: IO a
bar = undefined

main :: IO ()
main = return ()