Upstream version 1.3.40
[profile/ivi/swig.git] / Examples / test-suite / constants.i
1 %module constants
2
3
4 %inline %{
5   
6   struct A {
7     A(double) { }
8
9   };
10
11   const A b123(3.0);
12
13 %}
14
15   
16