blob: 1f6a65c021e1c8f93c8139b60ddd6f6e26037f49 [file] [log] [blame]
var template_typedef_cplx4 = require("template_typedef_cplx4");
//
// this is OK
//
s = new template_typedef_cplx4.Sin();
s.get_base_value();
s.get_value();
s.get_arith_value();
template_typedef_cplx4.my_func_r(s);
template_typedef_cplx4.make_Multiplies_double_double_double_double(s, s);
//
// Here we fail
//
d = template_typedef_cplx4.make_Identity_double();
template_typedef_cplx4.my_func_r(d);