[project @ 2001-01-17 15:11:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / std / ioerror2.hs
1 --!!! Testing IOError
2
3 -- These should both raise the same error - not IOErrors!
4 a1 = ["a" !! 1]
5 a2 = writeFile "foo" (["a"] !! 1)