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