5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
var using1 = require("using1");
|
|
|
|
if (using1.spam(37) != 37)
|
|
throw "RuntimeError";
|