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