57669c6d29d1edce5d1810ef54c5983530e14bf5
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg038.hs
1 {-
2 From: Rajiv Mirani <mirani>
3 Date: Sat, 26 Aug 95 21:14:47 -0400
4 Subject: GHC bug
5
6 GHC can't parse the following program when there is no newline at the 
7 end of the last line:
8 -}
9
10 module Main where
11 main :: IO ()
12 main = return ()
13 -- random comment