parent
76b700d2e0
commit
ea514c3961
1 changed files with 6 additions and 0 deletions
6
Examples/test-suite/javascript/mod_runme.js
Normal file
6
Examples/test-suite/javascript/mod_runme.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
var mod_a = require("mod_a");
|
||||
var mod_b = require("mod_b");
|
||||
|
||||
c = mod_b.C();
|
||||
d = mod_b.D();
|
||||
d.DoSomething(c);
|
||||
Loading…
Add table
Add a link
Reference in a new issue