[project @ 1996-07-26 20:58:52 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / ccall / cc003.hs
1 --!!! cc003 -- ccall with unresolved polymorphism (should fail)
2 module Test where
3
4 import PreludeGlaST
5
6 fubar :: PrimIO Int
7 fubar = ccall f `seqPrimIO` ccall b
8                      --^ result type of f "lost" (never gets generalised)