basicblock: store length of basiblock (i.e. bytes of instructionstream)
[mate.git] / Mate / Rts.hs
1 module Mate.Rts (loadLibrary) where
2
3 foreign export ccall loadLibrary :: IO ()
4 loadLibrary :: IO ()
5 loadLibrary = print "load lib"