ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/PragmaSpans.hs
{-# LANGUAGE GADTs #-}
module PragmaSpans where
-- The following pragma gets the wrong previous span.
-- See https://gitlab.haskell.org/ghc/ghc/-/issues/20720
{-# LANGUAGE TypeFamilies #-}