swig/SWIG/Examples/test-suite/static_array_member.i
William S Fulton 09b784ba2b Removed deprecated pragmas
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4660 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-03 12:12:22 +00:00

12 lines
271 B
OpenEdge ABL

/* 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
%nodefault;
class RB {
static char *rberror[];
};