aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/template_ref_type_runme.js
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/template_ref_type_runme.js')
-rw-r--r--Examples/test-suite/javascript/template_ref_type_runme.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/javascript/template_ref_type_runme.js b/Examples/test-suite/javascript/template_ref_type_runme.js
new file mode 100644
index 000000000..7fd05303d
--- /dev/null
+++ b/Examples/test-suite/javascript/template_ref_type_runme.js
@@ -0,0 +1,5 @@
+var template_ref_type = require("template_ref_type");
+
+xr = new template_ref_type.XC();
+y = new template_ref_type.Y();
+y.find(xr);