Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / libraryScriptAssert.js
1 .pragma library
2
3 function test(target)
4 {
5     var a = target.a;
6 }