Skip to content
Snippets Groups Projects
Commit b87e982c authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2001-10-22 11:32:27 by simonpj]

Add tcfail099
parent cf796b31
No related branches found
No related tags found
No related merge requests found
......@@ -95,3 +95,5 @@ test "tcfail097" { vtcf("") }
-- this is an expected failure.
test "tcfail098" { $expect = "fail"
vtcf("") }
test "tcfail099" { vtcf("") }
{-# OPTIONS -fglasgow-exts #-}
-- This bogus program slipped past GHC 5.02!
data DS = forall a. C (a -> Int)
call (C f) arg = f arg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment