summaryrefslogtreecommitdiff
path: root/ghc/runtime/main/TopClosure.lc
blob: e2d670c3db3474241f250211941e0e4ad294b160 (plain)
1
2
3
4
5
6
7
8
/* this one will be linked in for Haskell 1.2 */
\begin{code}
#include "rtsdefs.h"

EXTDATA(Main_mainPrimIO_closure);

P_ TopClosure = Main_mainPrimIO_closure;
\end{code}