diff options
Diffstat (limited to 'Tests/SimpleInstall/lib3.cxx')
-rw-r--r-- | Tests/SimpleInstall/lib3.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/lib3.cxx b/Tests/SimpleInstall/lib3.cxx new file mode 100644 index 000000000..da8dbf942 --- /dev/null +++ b/Tests/SimpleInstall/lib3.cxx @@ -0,0 +1,6 @@ +#include "lib3.h" + +float Lib3Func() +{ + return 2.0; +} |