[project @ 2001-08-21 12:56:05 by simonpj]
[ghc-hetmet.git] / ghc / compiler / ilxGen / tests / yes.hs
1
2 foreign import "ilxHello" unsafe ilxHello :: IO ()
3
4 main :: IO ()
5 main = ilxHello >> main