[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / lib / IO / openFile002.hs
1 import Char
2 import IO
3
4 -- !!! Open a non-existent file for reading (should fail)
5
6 main = openFile "nonexistent" ReadMode