summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T6006_c.c
blob: ea480f8545b1fe1f63c6233d15b704dc80bc6293 (plain)
1
2
3
4
5
6
7
8
9
#include "HsFFI.h"
#include "T6006_stub.h"
#include <stdlib.h>
int main(int argc, char** argv) {
    hs_init(NULL,NULL);
    f();
    hs_exit();
    exit(0);
}