summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_run/T2594_c.c
blob: 34d633edb7a7a2edc71f881bbccb1b52b21e70d8 (plain)
1
2
3
4
5
6
7

#include "T2594_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); }