aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/hs/Safe_stub.h
blob: 3d939a138b58d4bffa88098e395d18db5adb8841 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "HsFFI.h"
#ifdef __cplusplus
extern "C" {
#endif
extern HsInt32 fibonacci_hs(HsInt32 a1);
#ifdef __cplusplus
}
#endif