Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/constants.i
2019-08-04 21:38:19 -05:00

17 lines
102 B
OpenEdge ABL

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