ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/ExprPragmas.hs
module ExprPragmas where
a = {-# SCC "name" #-} 0x5
b = {-# SCC foo #-} 006
c = {-# GENERATED "foobar" 1 : 2 - 3 : 4 #-} 0.00
module ExprPragmas where
a = {-# SCC "name" #-} 0x5
b = {-# SCC foo #-} 006
c = {-# GENERATED "foobar" 1 : 2 - 3 : 4 #-} 0.00