summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc085.hs
blob: 6074250a457c6b1ba837c43325bb69b7bb5706d3 (plain)
1
2
3
4
5
6
7
8
9

-- !!! From a bug report from Satnam.
-- !!! To do with re-exporting importees from PreludeGla* modules.
module ShouldSucceed ( module GHC.Prim ) where

import GHC.Prim

type FooType = Int
data FooData = FooData