diff options
| author | genotrance <dev@genotrance.com> | 2018-11-27 17:55:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-27 17:55:36 -0600 |
| commit | 7aed05b4a83082cd83e652caf09f581d6cff1732 (patch) | |
| tree | deb7378460ccf5b2802ed790fccee92fdec49dc2 /tests/include/test2.cpp | |
| parent | fb053dd81eca9a45a813a7d7b0de868c28203976 (diff) | |
| parent | c1ea14c0d3c80e401aabeb2d99431d41c4347fe1 (diff) | |
| download | nimterop-7aed05b4a83082cd83e652caf09f581d6cff1732.tar.gz nimterop-7aed05b4a83082cd83e652caf09f581d6cff1732.zip | |
Merge pull request #14 from timotheecour/pr_tnimterop_cpp
misc changes
Diffstat (limited to 'tests/include/test2.cpp')
| -rw-r--r-- | tests/include/test2.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/include/test2.cpp b/tests/include/test2.cpp new file mode 100644 index 0000000..7039cde --- /dev/null +++ b/tests/include/test2.cpp @@ -0,0 +1,5 @@ +#include "test2.hpp" + +int test_call_int() { + return 5; +} |
