#include "/usr/lib/ghc-6.12.1/template-hsc.h"
#line 3 "Broken.hsc"
#define hsc_alignment(t ) printf ( "%lu", (unsigned long)offsetof(struct {char x__; t (y__); }, y__));

int main (int argc, char *argv [])
{
#if __GLASGOW_HASKELL__ && __GLASGOW_HASKELL__ < 409
    printf ("{-# OPTIONS -optc-D__GLASGOW_HASKELL__=%d #-}\n", __GLASGOW_HASKELL__);
#endif
    hsc_line (1, "Broken.hsc");
    fputs ("module Main where\r\n"
           "", stdout);
    hsc_line (2, "Broken.hsc");
    fputs ("\r\n"
           "", stdout);
    fputs ("\n"
           "", stdout);
    hsc_line (4, "Broken.hsc");
    fputs ("\r\n"
           "main :: IO ()\r\n"
           "main = return ()\r\n"
           "", stdout);
    return 0;
}

