swig/Examples/test-suite/restrict_cplusplus.i

8 lines
76 B
OpenEdge ABL

%module restrict_cplusplus
%inline %{
struct foo {
int restrict;
};
%}