From 119dd6ff5786ef7a390b98b0558554029113f0dd Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 28 Apr 2018 00:47:39 +0800 Subject: add wdk tests --- tests/projects/c++/static_library/src/interface.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/projects/c++/static_library/src/interface.cpp (limited to 'tests/projects/c++/static_library/src/interface.cpp') diff --git a/tests/projects/c++/static_library/src/interface.cpp b/tests/projects/c++/static_library/src/interface.cpp new file mode 100644 index 000000000..598d07560 --- /dev/null +++ b/tests/projects/c++/static_library/src/interface.cpp @@ -0,0 +1,6 @@ +#include "interface.h" + +int add(int a, int b) +{ + return a + b; +} -- cgit v1.3.1