newPinnedByteArray#: align the result to 16-bytes (part of #2917)
[ghc-hetmet.git] / bindisttest / HelloWorld.hs
1
2 module Main (main) where
3
4 main :: IO ()
5 main = putStr "Hello world!"