ghc-exactprint-0.5.0.0: tests/examples/ghc710/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