[project @ 1996-01-08 20:28:12 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 PreludeGlaIO
5
6 fubar :: PrimIO Int
7 fubar = ccall f `seqPrimIO` ccall b
8                      --^ result type of f "lost" (never gets generalised)