FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same value
[ghc-hetmet.git] / bindisttest / HelloWorld.hs
1
2 module Main (main) where
3
4 main :: IO ()
5 main = putStr "Hello world!"