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