/trunk/Examples/test-suite/constants.i
# · Swig · 16 lines · 7 code · 9 blank · 0 comment · 0 complexity · 45439b617987ed6db9eefaaef0f4374e MD5 · raw file
- %module constants
- %inline %{
-
- struct A {
- A(double) { }
- };
- const A b123(3.0);
- %}