swig/Examples/test-suite/default_char.i
Dave Beazley 7aee806775 new tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4637 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-27 22:54:37 +00:00

7 lines
94 B
OpenEdge ABL

%module default_char
%inline %{
void test1(char c = 'x') {}
void test2(char c = '\0') {}
%}