summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/RnAux017.hs
blob: 5514524feeb840b665a762deba8166b5a59b17eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module RnAux017 where
import Test	-- Import main module so there really is a loop
		-- (avoid warning message)
data Wibble = Wibble
data Wobble = Wobble

a :: Int -> Int
a = undefined

b :: Int -> Int
b = undefined

c :: Int -> Int
c = undefined