swig/Examples/lua/dual/example2.i
Mark Gossage 89c3acea19 [lua] Fix a bug in the class hierachy code, where the methods were not propagated,
if the name ordering was in a certain order.
Added new example programs (dual, embed) and runtime tests for test-suite.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-12-04 09:25:58 +00:00

10 lines
82 B
OpenEdge ABL

/* File : example2.i */
%module example2
%inline %{
struct Bar{
int i;
};
%}