Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / assignTypeExtremes.qml
1 import Test 1.0
2 MyTypeObject {
3     uintProperty: 4000000000
4     intProperty: -2000000000
5 }