fourmolu-0.4.0.0: data/examples/other/disabling/line-pragma-in-disabled-region.hs
module Foo(foo) where
{- ORMOLU_DISABLE -}
foo=
{-# LINE 11 "Abc.hs" #-}
this . line $ ((is automatically generated) Haskell<>code)
{- ORMOLU_ENABLE -}
module Foo(foo) where
{- ORMOLU_DISABLE -}
foo=
{-# LINE 11 "Abc.hs" #-}
this . line $ ((is automatically generated) Haskell<>code)
{- ORMOLU_ENABLE -}