summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ffi/should_run/2594_c.c
blob: f0dd3007fac1f291bbaed52704232962dfe5b0c7 (plain)
1
2
3
4
5
6
7

#include "2594_c.h"

void call8 (funtype8 fun)  { fun(-1); }
void call16(funtype16 fun) { fun(-1); }
void call32(funtype32 fun) { fun(-1); }
void call64(funtype64 fun) { fun(-1); }