summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun038.hs
blob: 57669c6d29d1edce5d1810ef54c5983530e14bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{-
From: Rajiv Mirani <mirani>
Date: Sat, 26 Aug 95 21:14:47 -0400
Subject: GHC bug

GHC can't parse the following program when there is no newline at the 
end of the last line:
-}

module Main where
main :: IO ()
main = return ()
-- random comment