From a1a5a8b7bf0e8b5e809bb03c72c4e5e0784dd39e Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 23 May 2016 10:54:03 +0800 Subject: add merge object tests --- tests/merge_object/src/interface.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tests/merge_object/src/interface.h (limited to 'tests/merge_object/src/interface.h') diff --git a/tests/merge_object/src/interface.h b/tests/merge_object/src/interface.h new file mode 100755 index 000000000..10ec0f856 --- /dev/null +++ b/tests/merge_object/src/interface.h @@ -0,0 +1,8 @@ +/*! calculate add(a, b) + * + * @param a the first argument + * @param b the second argument + * + * @return the result + */ +int add(int a, int b); -- cgit v1.3.1