diff --git a/vm/ffi_test.h b/vm/ffi_test.h index aac5d32f93..2edebd96f1 100755 --- a/vm/ffi_test.h +++ b/vm/ffi_test.h @@ -61,3 +61,5 @@ DLLEXPORT double ffi_test_35(struct test_struct_11 x, int y); struct test_struct_12 { int a; double x; }; DLLEXPORT double ffi_test_36(struct test_struct_12 x); + +DLLEXPORT int ffi_test_37(int (*f)(int, int, int));