git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11747 626c5289-ae23-0410-ae9c-e8d60b6d4f22
12 lines
99 B
OpenEdge ABL
12 lines
99 B
OpenEdge ABL
%module cpp_broken
|
|
|
|
|
|
// bug #940318
|
|
%inline %{
|
|
typedef enum {
|
|
eZero = 0
|
|
#define ONE 1
|
|
} EFoo;
|
|
%}
|
|
|
|
|