[project @ 1998-12-02 13:17:09 by simonm]
[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)