1
2
include("lib/libraryincl.js")
3
4
function Test() {
5
}
6
7
Test.prototype.getGlobal = function() {
8
return libfunc();
9
10