fourmolu-0.0.6.0: data/examples/declaration/signature/inline/conlike.hs
foo :: Int
foo = 5
{-# INLINE CONLIKE foo #-}
bar :: Int
bar = 6
{-# INLINE CONLIKE bar #-}
foo :: Int
foo = 5
{-# INLINE CONLIKE foo #-}
bar :: Int
bar = 6
{-# INLINE CONLIKE bar #-}