swig/Examples/test-suite/nested_structs.i

12 lines
93 B
OpenEdge ABL

%module nested_structs
// bug #491476
%inline %{
struct {
struct {
int a;
} a, b;
} a;
%}