Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / scriptErrors.js
1 // Comment
2 a = 10
3
4 function getValue() { a = 10; return 0; }