5b8bd822e28547f65a247a77186d0d58afdd15b7
[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)