hpc-codecov-0.6.0.0: test/data/ith01/ith01.hs
{-# LANGUAGE TemplateHaskell #-}
module Main where
import TH01
$fooDecl
$barDecl
main :: IO ()
main = do
print foo
print bar
{-# LANGUAGE TemplateHaskell #-}
module Main where
import TH01
$fooDecl
$barDecl
main :: IO ()
main = do
print foo
print bar