blob: 9d0840602a09bed98d3acbe6df34b5f6cc2cef96 [file] [log] [blame]
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";