summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr001.hs
blob: 5277da5abf07a4f136e2962a6ba2b40c5c998624 (plain)
1
2
3
4
5
6
7
module Ppr001 where

main = putStrLn "hello"

foo x = y + 3
  where
    y = 2 ^ x