summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr048.hs
blob: 83322f8ca47ec1e13a23774efc7f22711a64b3c8 (plain)
1
2
3
4
5
6
7
8
9
module Ppr048 where

{-# SCc foo #-}
foo :: Int -> Int
foo       x = x

{-# SCc foo2 "label" #-}
foo2 :: ()
foo2 = ()