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