summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/typemap_ns_using_runme.js
blob: 7e4019ab24b68841ad4d43f75dc664408482a8fa (plain)
1
2
3
4
var typemap_ns_using = require("typemap_ns_using");

if (typemap_ns_using.spam(37) != 37)
    throw "RuntimeError";