Fix info table for stg_ap_1_upd, it stated 1 non-ptr, should be zero
[ghc-hetmet.git] / bindisttest / HelloWorld.hs
1
2 module Main (main) where
3
4 main :: IO ()
5 main = putStr "Hello world!"