aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/sbv-template-splice-instance-head.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TemplateHaskell #-}
module S where
class C a
instance C $(pure Int)
{- ORACLE_TEST pass -}
{-# LANGUAGE TemplateHaskell #-}
module S where
class C a
instance C $(pure Int)