[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / ccall / should_compile / cc003.hs
diff --git a/ghc/tests/ccall/should_compile/cc003.hs b/ghc/tests/ccall/should_compile/cc003.hs
deleted file mode 100644 (file)
index c2a71e8..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
--- !!! cc003 -- ccall with unresolved polymorphism (should fail)
--- !!! not anymore (as of 0.29, result type will default to ())
-module ShouldCompile where
-
-fubar :: IO Int
-fubar = _ccall_ f >>_ccall_ b
-                    -- ^ result type of f "lost" (never gets generalised)