swig/Examples/test-suite/constants.i

17 lines
102 B
OpenEdge ABL

%module constants
%inline %{
struct A {
A(double) { }
};
const A b123(3.0);
%}