Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / include.js
1 var test1 = true
2 var test2 = false
3 var test3 = false
4
5 function go() {
6     Qt.include("js/include2.js");
7 }
8