summaryrefslogtreecommitdiff
path: root/ghc/tests/codeGen
diff options
context:
space:
mode:
authorandy <unknown>1999-11-01 01:16:18 +0000
committerandy <unknown>1999-11-01 01:16:18 +0000
commit7568c81c56dd8538f0cee6253bc893ddb44d9d7d (patch)
tree0c52b8ff24302e53b770888e4efa23d78bf71ee5 /ghc/tests/codeGen
parentaba5a247c8911531630003569a2d5355ecf1a599 (diff)
downloadhaskell-7568c81c56dd8538f0cee6253bc893ddb44d9d7d.tar.gz
[project @ 1999-11-01 01:16:18 by andy]
Adding type signature to main.
Diffstat (limited to 'ghc/tests/codeGen')
-rw-r--r--ghc/tests/codeGen/should_run/cg038.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/tests/codeGen/should_run/cg038.hs b/ghc/tests/codeGen/should_run/cg038.hs
index ffbc6977fd..57669c6d29 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