diff options
Diffstat (limited to 'Tests/InterfaceLinkLibrariesDirect/main.c')
-rw-r--r-- | Tests/InterfaceLinkLibrariesDirect/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/InterfaceLinkLibrariesDirect/main.c b/Tests/InterfaceLinkLibrariesDirect/main.c new file mode 100644 index 0000000..53f0e6d --- /dev/null +++ b/Tests/InterfaceLinkLibrariesDirect/main.c @@ -0,0 +1,5 @@ +extern int testStaticLibPlugin(void); +int main(void) +{ + return testStaticLibPlugin(); +} |