FIX #1910: fix code generated for GDTOI on x86_32
[ghc-hetmet.git] / compiler / ilxGen / tests / yes.hs
1
2 foreign import "ilxHello" unsafe ilxHello :: IO ()
3
4 main :: IO ()
5 main = ilxHello >> main