diff options
Diffstat (limited to 'Tests/SimpleInstall/lib4.cxx')
-rw-r--r-- | Tests/SimpleInstall/lib4.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/lib4.cxx b/Tests/SimpleInstall/lib4.cxx new file mode 100644 index 0000000..fbfa23a --- /dev/null +++ b/Tests/SimpleInstall/lib4.cxx @@ -0,0 +1,7 @@ +#include "lib4.h" + +float Lib4Func() +{ + return 4.0; +} + |