474a4b3ad3c80700009e0ba1d82f668b1282d738
[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)