blob: 1ca1dc637a16da2074ae592624a933dad0f80fb6 [file] [log] [blame]
%module constants
%inline %{
struct A {
A(double) { }
};
const A b123(3.0);
%}