dwww Home | Show directory contents | Find package

/* This interface file tests whether SWIG handles types like
   "const int *const" right.

   SWIG 1.3a5 signals a syntax error.
*/

%module const_const

%typemap(in) const int *const { $1 = NULL; }

%inline %{
void foo(const int *const i) {}
%}

Generated by dwww version 1.15 on Tue Jul 2 00:14:29 CEST 2024.