13 lines
99 B
OpenEdge ABL
13 lines
99 B
OpenEdge ABL
%module cpp_broken
|
|
|
|
|
|
// bug #940318
|
|
%inline %{
|
|
typedef enum {
|
|
eZero = 0
|
|
#define ONE 1
|
|
} EFoo;
|
|
%}
|
|
|
|
|