git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13568 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
No EOL
163 B
C
8 lines
No EOL
163 B
C
#include <assert.h>
|
|
#include "cpp_basic_template_function/cpp_basic_template_function_proxy.h"
|
|
|
|
int main() {
|
|
assert(GetMaxInt(3, 5) == 5);
|
|
|
|
return 0;
|
|
} |