DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
var ret_by_value = require("ret_by_value");

a = ret_by_value.get_test();
if (a.myInt != 100)
    throw "RuntimeError";

if (a.myShort != 200)
    throw "RuntimeError";