From: andy Date: Mon, 1 Nov 1999 01:16:18 +0000 (+0000) Subject: [project @ 1999-11-01 01:16:18 by andy] X-Git-Tag: Approximately_9120_patches~5633 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7568c81c56dd8538f0cee6253bc893ddb44d9d7d;p=ghc-hetmet.git [project @ 1999-11-01 01:16:18 by andy] Adding type signature to main. --- diff --git a/ghc/tests/codeGen/should_run/cg038.hs b/ghc/tests/codeGen/should_run/cg038.hs index ffbc697..57669c6 100644 --- a/ghc/tests/codeGen/should_run/cg038.hs +++ b/ghc/tests/codeGen/should_run/cg038.hs @@ -8,5 +8,6 @@ end of the last line: -} module Main where +main :: IO () main = return () -- random comment \ No newline at end of file