[project @ 2002-12-11 15:36:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / prog001 / C.hs
index b602f28..006014f 100644 (file)
@@ -5,3 +5,5 @@ import D
 g x = f x + 1
 
 h x = x `div` 2
+
+data C = C {x :: Int}