dwww Home | Show directory contents | Find package

/* This interface file checks whether the SWIG parser handles static
   array members of classes.  Bug reported by Annalisa Terracina
   <annalisa.terracina@datamat.it> on 2001-07-03. 
*/

%module static_array_member

%inline %{
class RB {
  static char *rberror[];
};
%}

Generated by dwww version 1.15 on Tue Jul 2 00:12:32 CEST 2024.