summaryrefslogtreecommitdiff
path: root/rts/mmtk/mmtk-ghc.c
blob: afbbc4eaec466c890de96c9148b50220479d2a29 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

#include "mmtk-ghc.h"

void mmtk_ghc_init() {
    printf("hello world\n");
}