8 lines
167 B
OpenEdge ABL
8 lines
167 B
OpenEdge ABL
%module namespace_struct
|
|
|
|
%inline %{
|
|
|
|
// SWIG/R generated bad code for copyToR for a struct in a namespace in SWIG < 4.1.0
|
|
namespace X { struct Y { int x, y; }; }
|
|
|
|
%}
|