2e3605e7d591c01faacf58ae99b5ab6aa9b35c0f
[ghc-hetmet.git] / ghc / runtime / main / TopClosure.lc
1 /* this one will be linked in for Haskell 1.3 */
2 \begin{code}
3 #include "rtsdefs.h"
4
5 EXTDATA(PrelMain_mainIO_closure);
6
7 P_ TopClosure = PrelMain_mainIO_closure;
8 \end{code}