diff options
Diffstat (limited to 'tests/apis/namespace/root/src/bar.cpp')
| -rw-r--r-- | tests/apis/namespace/root/src/bar.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/apis/namespace/root/src/bar.cpp b/tests/apis/namespace/root/src/bar.cpp new file mode 100644 index 000000000..2c00cc6b6 --- /dev/null +++ b/tests/apis/namespace/root/src/bar.cpp @@ -0,0 +1,5 @@ +#include "bar.h" + +int sub(int a, int b) { + return a - b; +} |
