From 7568c81c56dd8538f0cee6253bc893ddb44d9d7d Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 1 Nov 1999 01:16:18 +0000 Subject: [PATCH] [project @ 1999-11-01 01:16:18 by andy] Adding type signature to main. --- ghc/tests/codeGen/should_run/cg038.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4