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

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