Skip to content

Commit

Permalink
Mark testfunction as exported
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed May 11, 2022
1 parent bff9bfd commit a62ce02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native/testlib.c
Expand Up @@ -1064,7 +1064,8 @@ typedef struct{
double t3[5];
} DemoStructureDifferentArrayLengths;

DemoStructureDifferentArrayLengths returnLastElementOfComponentsDSDAL(DemoStructureDifferentArrayLengths ts, int debug) {
EXPORT DemoStructureDifferentArrayLengths
returnLastElementOfComponentsDSDAL(DemoStructureDifferentArrayLengths ts, int debug) {
DemoStructureDifferentArrayLengths result;
result.t1[2] = ts.t1[2];
result.t2[3] = ts.t2[3];
Expand Down

0 comments on commit a62ce02

Please sign in to comment.