X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fghci%2Fprog001%2FC.hs;h=006014f98c6f7ff6f187b8c487fce18962287693;hb=0bffc410964e1688ad80d277d53400659e697ab5;hp=b602f2842552633f0d25ff8e273967fcdc5e2a65;hpb=a63622cce9c14fe985cb870cf95984fa4e61e508;p=ghc-hetmet.git diff --git a/ghc/tests/ghci/prog001/C.hs b/ghc/tests/ghci/prog001/C.hs index b602f28..006014f 100644 --- a/ghc/tests/ghci/prog001/C.hs +++ b/ghc/tests/ghci/prog001/C.hs @@ -5,3 +5,5 @@ import D g x = f x + 1 h x = x `div` 2 + +data C = C {x :: Int}