70d2a7ddd623441e751e81bfcfc029da3bf8d494
[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